79425315

Date: 2025-02-09 17:05:25
Score: 0.5
Natty:
Report link

I think that the problem comes from the serial protocol configuration at the Raspberry Pi side, specifically with the stopbits. To fix the problem, just set the stopbits to two, like this:

self.port = serial.Serial()
self.port.stopbits = 2
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bardulia