remote_receiver_tutorial icon indicating copy to clipboard operation
remote_receiver_tutorial copied to clipboard

ord() expected string of length 1, but int found.

Open rayhanBrm opened this issue 2 years ago • 2 comments

i get this message output, could you help me

rayhanBrm avatar May 30 '23 16:05 rayhanBrm

I know its an old thread, but for those who come looking for it, in Circuit python I had to remove the ord() part from the code to get it to work.

DirkeDirke avatar Dec 18 '24 11:12 DirkeDirke

Howdy,

I'm trying to connect a Spektrum AR630+ w/ AS3X to my rPI 5 running Python3.

I had to add a paren to the print ex at the end, and change the serial to match the pi5 ttyAMA0, and I removed the ord() functions, but it still doesn't report any telem or stick positions.

firemothllc avatar Dec 29 '24 18:12 firemothllc