Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not work. I keep getting charmap encoding errors. #7

Open
cybernard opened this issue May 11, 2020 · 0 comments
Open

does not work. I keep getting charmap encoding errors. #7

cybernard opened this issue May 11, 2020 · 0 comments

Comments

@cybernard
Copy link

root@raspberrypi:/src/rdserialtool# rdserialtool --device=um25c --serial-device=/dev/rfcomm0 --debug
2020-05-10 20:28:20,192 INFO: rdserialtool 0.2.1
2020-05-10 20:28:20,192 INFO: Copyright (C) 2019 Ryan Finnie
2020-05-10 20:28:20,193 INFO:
2020-05-10 20:28:20,193 INFO: Connecting to UM25C /dev/rfcomm0
2020-05-10 20:28:20,193 DEBUG: Serial: Connecting to /dev/rfcomm0
2020-05-10 20:28:20,193 INFO: Connection established
2020-05-10 20:28:20,194 INFO:
2020-05-10 20:28:20,494 DEBUG: Serial: SEND begin (b'\xf0')
2020-05-10 20:28:20,494 DEBUG: Serial: SEND end (1 bytes)
2020-05-10 20:28:20,495 DEBUG: Serial: RECV begin
2020-05-10 20:28:23,712 DEBUG: Serial: RECV end (b'\t\xc9\x14w\x12\xfd\x00\x00\t\xf2\x00\x1b\x00R\x00\x05\x00\x00\x01,\x00\x00\x05\xd3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x00\x00\x00&\x00\x00\x03\xd7\x00\x00\x14\x12\x00\x00\x0f/\x00\x00O\x89\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00d\x006\x00\x00\x00\x00\x06\xc3\x00\x00#l\x00\n\x00\x002\x87\x00\x01\x00\t\x00\x00\x00\x00\x00k\x00\x00\xff\xf1')
2020-05-10 20:28:23,712 DEBUG: Start: 0x09c9, end: 0xfff1
2020-05-10 20:28:23,713 DEBUG: DUMP: b'\t\xc9\x14w\x12\xfd\x00\x00\t\xf2\x00\x1b\x00R\x00\x05\x00\x00\x01,\x00\x00\x05\xd3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x00\x00\x00&\x00\x00\x03\xd7\x00\x00\x14\x12\x00\x00\x0f/\x00\x00O\x89\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00d\x006\x00\x00\x00\x00\x06\xc3\x00\x00#l\x00\n\x00\x002\x87\x00\x01\x00\t\x00\x00\x00\x00\x00k\x00\x00\xff\xf1'
Traceback (most recent call last):
File "/usr/local/bin/rdserialtool", line 11, in
load_entry_point('rdserialtool==0.2.1', 'console_scripts', 'rdserialtool')()
File "/usr/local/lib/python3.7/dist-packages/rdserialtool-0.2.1-py3.7.egg/rdserial/tool.py", line 303, in main
File "/usr/local/lib/python3.7/dist-packages/rdserialtool-0.2.1-py3.7.egg/rdserial/tool.py", line 296, in main
File "/usr/local/lib/python3.7/dist-packages/rdserialtool-0.2.1-py3.7.egg/rdserial/um/tool.py", line 211, in main
File "/usr/local/lib/python3.7/dist-packages/rdserialtool-0.2.1-py3.7.egg/rdserial/um/tool.py", line 192, in loop
File "/usr/local/lib/python3.7/dist-packages/rdserialtool-0.2.1-py3.7.egg/rdserial/um/tool.py", line 86, in print_human
File "/usr/lib/python3.7/encodings/iso8859_15.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u03a9' in position 37: character maps to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant