Hi this is not possible. The serial monitor prints raw serial data which includes those messages. You can switch to the message monitor to display targeted messages.
https://www.megunolink.com/documentatio ... isualizer/
Cheers
Phil
Search found 353 matches
- Sat Sep 05, 2020 1:07 am
- Forum: MegunoLink
- Topic: Removing {UI|SET|mouseinit.BackColor=Green}
- Replies: 1
- Views: 1008
- Sat Sep 05, 2020 1:05 am
- Forum: MegunoLink
- Topic: Python + MegunoLink
- Replies: 1
- Views: 943
Re: Python + MegunoLink
You can execute some files.
https://www.megunolink.com/documentatio ... -document/
If you can trigger a python script using a .bat file it should be possible.
Cheers
Phil
https://www.megunolink.com/documentatio ... -document/
If you can trigger a python script using a .bat file it should be possible.
Cheers
Phil
- Sun Aug 23, 2020 2:42 am
- Forum: General Discussion
- Topic: More than one interface panel
- Replies: 1
- Views: 1968
Re: More than one interface panel
Hi, I don't think this is possible. We recommend using tabs inside a single interface panel. Your users would simply select the tab they want to work from.
Cheers
Phil
Cheers
Phil
- Sun Aug 23, 2020 2:37 am
- Forum: MegunoLink
- Topic: Web API and PDF Generating ?
- Replies: 1
- Views: 1515
Re: Web API and PDF Generating ?
Hi, unfortunately this is not possible. What sort of web end point were you thinking?
Cheers
Phil
Cheers
Phil
- Tue Jul 14, 2020 8:49 am
- Forum: Bugs
- Topic: Problem with Tab Controll Pages in combination with Trackbars
- Replies: 1
- Views: 1528
Re: Problem with Tab Controll Pages in combination with Trackbars
Hi Michael, that does sound like a bug. Will add to the list to fix for the next release.
Cheers
Phil
Cheers
Phil
- Thu Jun 25, 2020 8:28 am
- Forum: MegunoLink
- Topic: MessageLogger--can it write each line immediately?!
- Replies: 4
- Views: 3077
Re: MessageLogger--can it write each line immediately?!
Great! We will add a flush command in a future update.
Cheers
Phil
Cheers
Phil
- Wed Jun 24, 2020 8:50 am
- Forum: MegunoLink
- Topic: MessageLogger--can it write each line immediately?!
- Replies: 4
- Views: 3077
Re: MessageLogger--can it write each line immediately?!
Hi, this is a limitation with the operating system. It chooses the right time to write data to disk. You can use the commands to stop and start the log from the arduino which I think will trigger the OS to write to disk.
Let me know how it goes.
Cheers
Phil
Let me know how it goes.
Cheers
Phil
- Thu Jun 18, 2020 9:06 am
- Forum: MegunoLink
- Topic: Using GetValue with the MLPUI Message Processor
- Replies: 2
- Views: 2107
Re: Using GetValue with the MLPUI Message Processor
Hi Nick, you are correct you would need to find a way to parse the response. Your second suggestion should work, the arduino can call some commands to return the initial values when it boots up. The best example for this is here https://www.megunolink.com/documentation/how-do-i-documentation/syncing...
- Wed May 27, 2020 4:36 am
- Forum: MegunoLink
- Topic: Silent install with license registration
- Replies: 1
- Views: 1619
Re: Silent install with license registration
Hi we do not have support for providing license information during a silent install.
Cheers
Phil
Cheers
Phil
- Tue Mar 24, 2020 9:35 pm
- Forum: General Discussion
- Topic: Arduino Due baud rate
- Replies: 1
- Views: 7588
Re: Arduino Due baud rate
Make sure you set the increased baud rate in your arduino program AND in the MegunoLink interface.