Operate reachy via network ( websockets, tcp, udp )

I managed to find a solution so I though to let the community know in case people face the same problem. Here’s what I did:

  1. I plugged in the module and ran
    ls -lha /dev/tty* > plugged.txt

  2. I unplugged the module and ran
    ls -lha /dev/tty* > unplugged.txt

  3. I then ran
    vimdiff plugged.txt unplugged.txt
    to find the difference between the 2 and hence identify what the luous module is called inside the /dev/ directory.

  4. There were two differences - cu.usbserial-DN05NM1I and one other. I tried them both and managed to establish a connection using `‘cu.usbserial-DN05NM1I’.

1 Like