PyCmdMessenger
PyCmdMessenger copied to clipboard
is there a callback for the pycmdmessenger recieveing commands
how to print the recieved serial command and value ? is there a callback function?
For example c = PyCmdMessenger.CmdMessenger(arduino,commands) msg = c.receive() print(msg)