OpenRoberta / robertalab-ev3dev

roberta lab connector for ev3dev
Apache License 2.0
17 stars 14 forks source link

received BT-message differs from sended one #51

Closed afgym-baeu closed 6 years ago

afgym-baeu commented 6 years ago

When sending the message Hello World! using a bluetooth connection, the receiving brick gets (or at least has a string containig) b'Hello World!' as a message.

The additional characters do not depend on the string you send, it is always the prefix b'and the suffix '.

I did not find any reason for that in ev3.py.

My programs for testing this issue are here.

ensonic commented 6 years ago

Ohh, that's related to switching to python 3.