PyCmdMessenger icon indicating copy to clipboard operation
PyCmdMessenger copied to clipboard

is there a callback for the pycmdmessenger recieveing commands

Open amrithmmh opened this issue 6 years ago • 1 comments

how to print the recieved serial command and value ? is there a callback function?

amrithmmh avatar Jan 09 '19 11:01 amrithmmh

For example c = PyCmdMessenger.CmdMessenger(arduino,commands) msg = c.receive() print(msg)

jhagberg avatar Feb 18 '20 19:02 jhagberg