Commit 2d9f329
committed
Change string encoding to utf-8
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.1 parent a425a43 commit 2d9f329
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1509 | 1509 | | |
1510 | 1510 | | |
1511 | 1511 | | |
1512 | | - | |
| 1512 | + | |
1513 | 1513 | | |
1514 | 1514 | | |
1515 | 1515 | | |
| |||
0 commit comments