harmsm / PyCmdMessenger

Python interface for CmdMessenger arduino serial communication library
MIT License
80 stars 32 forks source link

c.receive() returns None #37

Open ghost opened 6 years ago

ghost commented 6 years ago

In my example every 2nd command sent to the arduino returns None, every other shows the correct message.

ghost commented 6 years ago

saw that I need to set the timeout in the ArduinoBoard call to exceed the processing time of my command.