Open MegaraSoftware opened 4 years ago
Hello, have you solved this problem?
no sorry.
Mit freundlichen Grüßen
Rene Schönfelder
Am Mi., 25. Nov. 2020 um 07:37 Uhr schrieb JTDeve <notifications@github.com
:
Hello, have you solved this problem?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Hyun-je/pyrplidar/issues/3#issuecomment-733500281, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH3N4UYZABM3CWEVJMMNCELSRSQ37ANCNFSM4MLLHU5Q .
Pi4 + S1
PyRPlidar Info : device is connected
Traceback (most recent call last):
File "simple_scan.py", line 30, in
On Windows 10, modifying a file the pyrplidar_serial.py from library helps. In line 13 replace: "self._serial = serial.Serial(port, baudrate, parity=serial.PARITY_NONE, stopbits=serial.STOPBITS_ONE, timeout=timeout, dsrdtr=True)" to " self._serial = serial.Serial(port, baudrate, parity=serial.PARITY_NONE, stopbits=serial.STOPBITS_ONE, timeout=timeout, dsrdtr=False)"
Hello, why does the RPLIDAR S1 not work? the protocol is the same?