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

Encode latin1 #18

Closed shunyas closed 3 years ago

shunyas commented 4 years ago

changing command encoding to utf-8 in 2d9f32923dd856481f059905fda2990674c3a453 didn't break the existing code but didn't solve the issue, neither.

Using latin1 encoding may not be the best solution but at least it makes SendCommand_SweepDataPoints(4096) to work properly.

arocholl commented 3 years ago

completed