How to send some Hex Data to a usb device..
1 Answer
Have a look at PySerial. That is available on RasPi and PC. For sending/receiving data, use bytes (constant) or bytearray (variable), which are standard Python types (note the differences between Python3 and 2).
1 Comment
ANKIT JAIN
It just about connecting Serial port to Raspberry Pi We want some example about sending/receiving data in hex form in raspi.