Hello,
I have a reconnection issue with a ublox GPS.
Once connected, everything works fine. However, once you disconnect and try to reconnect, no more data comes in.
Given that the same phenomenon occurs in all seven Orins we own, I don’t think it’s a particular orin board problem.
Jetpack SDK version is 5.1.1.
Simple test is possible in the following ways.
- connect ublox device to Orin by usb port ( $ cat /dev/ttyACM0 )
- disconnect ( Ctrl + c )
- reconnect ( $ cat /dev/ttyACM0 )
You can verify that the device is no longer functioning by performing the above tests.
Although it looks similar to the Topic 239866, we have not yet found a solution except for physical methods (reboot Orin, reconnect usb cable…).
Thanks.