Closed cfobel closed 7 years ago
Fixed by e6b14968b97cbfa0b9ce800320df2977f644849a.
As of pyserial==3.2.1
, serial port names returned by serial.tools.list_ports.comports()
are unicode
strings instead of str
strings. This caused an issue with the Boost Python binding for the C++ connect
method.
Set up
Dependency versions:
pyserial==3.2.1
Create instance of
dmf_control_board_firmware.DMFControlBoard
.Try to connect:
Expected behaviour
Successful connection to control board established with return code of
0
.Observed behaviour
The following exception occurs here: