FYI, to run A1 in RP4, below line should be added after port creation. (I forked mine from https://github.com/RandomStudio/rplidar.rs/tree/update-min BTW) ``` ... let dtr_result = serial_port.write_data_terminal_ready(false); ... ``` Anyway, thank you for the library!
FYI, to run A1 in RP4, below line should be added after port creation.
(I forked mine from https://github.com/RandomStudio/rplidar.rs/tree/update-min BTW)
Anyway, thank you for the library!