Unfortunately this is not possible currently. What baud rate are you using?
Cheers
Phil
Search found 394 matches
- Fri Jun 24, 2022 2:07 am
- Forum: MegunoLink
- Topic: Plot from record table
- Replies: 1
- Views: 502
- Fri Jun 24, 2022 2:06 am
- Forum: MegunoLink
- Topic: Plotting data from a non-arduino device.
- Replies: 1
- Views: 411
Re: Plotting data from a non-arduino device.
Hi Bill, unfortunately not. Megunolink requires a predetermined data structure to operate correctly. You could use an arduino to parse and convert to the correct format.
Cheers
Phil
Cheers
Phil
- Wed Apr 27, 2022 7:29 pm
- Forum: MegunoLink
- Topic: custom colors / more colors
- Replies: 1
- Views: 339
Re: custom colors / more colors
https://www.megunolink.com/documentatio ... #SendData2
You can specify an arbitrary rgb value. See here for more info.
Phil
You can specify an arbitrary rgb value. See here for more info.
Phil
- Mon Apr 18, 2022 2:13 am
- Forum: General Discussion
- Topic: Trying to figure out how to display iamge output from arduino
- Replies: 1
- Views: 555
Re: Trying to figure out how to display iamge output from arduino
There is a way to change the foreground color of labels etc.
viewtopic.php?t=1376
You can also specify an RGB value
https://www.megunolink.com/documentatio ... tForeColor
Cheers
Phil
viewtopic.php?t=1376
You can also specify an RGB value
https://www.megunolink.com/documentatio ... tForeColor
Cheers
Phil
- Tue Mar 15, 2022 6:46 am
- Forum: MegunoLink
- Topic: Arduino Integration
- Replies: 2
- Views: 413
Re: Arduino Integration
Hi, this is fairly typical of niche products like this and is a false detection. Antivirus tools rely on building up history over time and whitelisting which is always a challenge with so many antivirus tools. All I can say is to use your best judgement. If you downloaded our software from our websi...
- Tue Jan 18, 2022 7:23 am
- Forum: MegunoLink
- Topic: Clear data on timergraph
- Replies: 1
- Views: 651
Re: Clear data on timergraph
Hi you can call the clear function.
https://www.megunolink.com/documentatio ... ing/#Clear
Cheers
Phil
https://www.megunolink.com/documentatio ... ing/#Clear
Cheers
Phil
- Tue Jan 18, 2022 7:22 am
- Forum: MegunoLink
- Topic: Change font?
- Replies: 1
- Views: 671
Re: Change font?
Hi, sorry this cant be changed.
Phil
Phil
- Tue Jan 18, 2022 7:22 am
- Forum: MegunoLink
- Topic: Hangs when gauge added
- Replies: 1
- Views: 769
Re: Hangs when gauge added
Hi, did you overcome this issue? I cant seem to replicate this.
Cheers
Phil
Cheers
Phil
- Tue Jan 18, 2022 7:19 am
- Forum: MegunoLink
- Topic: Preset options
- Replies: 1
- Views: 557
Re: Preset options
Hi, you can save configurations and recall them as needed.
- Mon Dec 06, 2021 9:05 am
- Forum: MegunoLink
- Topic: EEprom variable problem
- Replies: 1
- Views: 949
Re: EEprom variable problem
Hi, We believe the problem is the static keyword in the first code box. Remove both and it should solve the problem. My colleague also said Saving and loading may not respect the volatile definition. So he should turn off interrupts when saving/loading (assuming volatile because value is used in int...