RFExplorer / RFExplorer-for-Python

RF Explorer libraries and examples for Python 3
GNU Lesser General Public License v3.0
51 stars 25 forks source link

Change string encoding to utf-8 #17

Closed shunyas closed 4 years ago

shunyas commented 4 years ago

to allow wider range of characters. https://pyserial.readthedocs.io/en/latest/pyserial_api.html#serial.Serial.write

Encoding in ascii would fail SendCommand_SweepDataPoints(4096) for example.