ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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.