harmsm / PyCmdMessenger

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

is there a callback for the pycmdmessenger recieveing commands #39

Open amrithmmh opened 5 years ago

amrithmmh commented 5 years ago

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

jhagberg commented 4 years ago

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