Trying to run meshtastic on a Raspberrypi connected to a T-beam 1.1 via USB, unfortunately I get error message “Exception: No Meshtastic devices detected” when executing the command “meshtastic --debug”. Using the comman dmesg it seems that the device is found:
[446233.583211] usb 1-1.4: new full-speed USB device number 4 using xhci_hcd
[446233.720531] usb 1-1.4: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
[446233.720547] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[446233.720561] usb 1-1.4: Product: CP2104 USB to UART Bridge Controller
[446233.720574] usb 1-1.4: Manufacturer: Silicon Labs
[446233.720586] usb 1-1.4: SerialNumber: 0202AE59
Any ideas?