harmsm / PyCmdMessenger

Python interface for CmdMessenger arduino serial communication library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c.receive() returns None

opened this issue · comments

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

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