Search found 2 matches
- Thu Nov 20, 2014 6:14 pm
- Forum: MegunoLink
- Topic: Send Float to Interface Problem
- Replies: 2
- Views: 12950
Send Float to Interface Problem
I notice that when I send floating value from Arduino to interface with SetNumber command. Value will be changed to integer and I lost the floating point. I try to fix this problem by add new function in InterfacePanel.cpp by overload function. It work fine. Please comment or suggest. SVP void Inter...
- Thu Nov 20, 2014 6:08 pm
- Forum: MegunoLink
- Topic: Problem with SerialCommandHandler
- Replies: 3
- Views: 15524
Problem with SerialCommandHandler
My project have a lot of command from Computer to Arduino Board So, I need to setup all command in arduino code. BUt I founded that Arduino can get only the first 10 commands. How can I fix this problem? ,,, As I shown below, First 10 commands are accepts. RYCompON, RYCOmpOFF, RYDryerON, RYDryerOFF ...