Support
Wiki Documentation
Support Forum
Mobile
- Rocweb Browser
- WIO-Control ESP32
- andRoc Android
- Rocview Tablet
DIY
User
Wiki writer
Legal
Support
Wiki Documentation
Support Forum
Mobile
DIY
User
Wiki writer
Legal
Table des matières → Les interfaces → Uhlenbrock
L'IntelliBox Basic, II et l'Interface USB-LocoNet supportent le protocole LocoNet via la connection USB.
The LocoNet interface must be configured to Direct mode and 19200 baud:
LNCV 2 = 1 | LocoNet Direct mode |
---|---|
LNCV 4 = 1 | 19200 Baudrate |
Communication errors will occur if the interface is set up differently!
Debian 5 reconnait l'Interface USB LocoNet et lui fait le mapping vers le lien /dev/ttyUSBx :
usb 1-1: New USB device found, idVendor=10c4, idProduct=ea60 usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1: Product: CP2102 USB to UART Bridge Controller usb 1-1: Manufacturer: Silicon Labs usb 1-1: SerialNumber: 0001 usbserial: USB Serial support registered for cp2101 cp2101 1-1:1.0: cp2101 converter detected usb 1-1: reset full speed USB device using uhci_hcd and address 2 usb 1-1: cp2101 converter now attached to ttyUSB1 usbcore: registered new interface driver cp2101 cp2101: Silicon Labs CP2101/CP2102 RS232 serial adaptor driver v0.07
La vitesse baud est réglée en usine à 115200 et ne supporte pas le "hardware handshaking".
Une configuration fonctionelle dans le fichier rocrail.ini ressemble à ceci:
<digint iid="ln-1" lib="loconet" device="/dev/ttyUSB1" bps="115200" flow="none" sublib="serial"/>