Hi Michael, that does sound like a bug. Will add to the list to fix for the next release.
Cheers
Phil
Search found 359 matches
- Tue Jul 14, 2020 8:49 am
- Forum: Bugs
- Topic: Problem with Tab Controll Pages in combination with Trackbars
- Replies: 2
- Views: 1729
- Thu Jun 25, 2020 8:28 am
- Forum: MegunoLink
- Topic: MessageLogger--can it write each line immediately?!
- Replies: 4
- Views: 3376
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: 3376
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: 2321
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: 1831
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: 7783
Re: Arduino Due baud rate
Make sure you set the increased baud rate in your arduino program AND in the MegunoLink interface.
- Tue Feb 25, 2020 7:19 am
- Forum: MegunoLink
- Topic: sending data from megunolink
- Replies: 1
- Views: 5919
Re: sending data from megunolink
Hi this example shows you how to get a string that has been sent from MegunoLink. https://github.com/Megunolink/MLP/blob/master/examples/InterfacePanel/HandlingStrings/HandlingStrings.ino You could then take that string and send it out the TCP port. I dont have an example of that though sorry. Cheer...
- Mon Feb 17, 2020 7:38 pm
- Forum: MegunoLink
- Topic: Latest update included ?
- Replies: 2
- Views: 4297
- Mon Feb 17, 2020 7:37 pm
- Forum: MegunoLink
- Topic: connection problem between meguno and esp32
- Replies: 1
- Views: 4019
Re: connection problem between meguno and esp32
Hi, did you have any luck on this? Should be possible with MegunoLink.
- Mon Feb 17, 2020 7:34 pm
- Forum: MegunoLink
- Topic: Asked about Handling String Example
- Replies: 1
- Views: 3794
Re: Asked about Handling String Example
I think you just need to increase this buffer size
char buffer[50]; //Create character buffer for PString to use
Cheers
Phil
char buffer[50]; //Create character buffer for PString to use
Cheers
Phil