BHSTools icon indicating copy to clipboard operation
BHSTools copied to clipboard

An even number of hex digits must be given.

Open rheide99 opened this issue 3 years ago • 3 comments

I'm having trouble running this command: command.py PORT 6 0 In my scenario, this is exactly what I ran: command.py /dev/tty.usbserial-1410 6 0

I get the following message: An even number of hex digits must be given.

For what it's worth, I had no issues running this: command.py /dev/tty.usbserial-1410 90 Supers.db 0

Any suggestions?

A little background: I'm using RS-485. s3121.py was not running when trying this command. Lastly - when running s3121.py everything was working great. Thanks for all hard work!

rheide99 avatar Mar 01 '21 03:03 rheide99

Looking at the code, I ran: python.exe command.py COM3 6 00000000

So replace 0 with 00000000 to run the command successfully.

However this doesn't yet seem to get rid of CH trouble. In my case, I also had CP trouble which I got rid of by clearing events.

vermagit avatar Mar 03 '21 07:03 vermagit

@rheide99 Were you able to get over your issue?

vermagit avatar Mar 28 '21 19:03 vermagit

Thanks for catching that; I'll update the FAQ!

flarn2006 avatar Sep 24 '21 21:09 flarn2006