ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In bash, the parity bit is enabled with -parenb
. On the other hand, in python, it is disabled with parity=serial.PARITY_NONE
. I don't know what is correct, but I think it is worth trying other parameters such as serial.PARITY_EVEN
and serial.PARITY_ODD
.