I have the VE.Direct usb plugged into my raspberry pi and am recieveing messages correctly. But my the problem I get is when I try to send a hex message I constantly frame error
Here is what I am sending, I send a ping message just to test it out
0x03A 0x1 0x54 0x0A (:154\n)
Response:
:4AAAAFD\n
Unless it's the command I am using on Linux
"echo -en '\x3A\0x1\0x54\x0A' > /dev/ttyUSB0"
But anyone care to help?