Lines Matching refs:device
20 This project requires an USB device driver, which is available for multiple
41 Plug the board into a host device, for example, a PC running Linux.
46 usb 9-1: new full-speed USB device number 112 using uhci_hcd
47 usb 9-1: New USB device found, idVendor=8086, idProduct=f8a1
48 usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
52 cdc_acm 9-1:1.0: ttyACM1: USB ACM device
61 and attach it to detected CDC ACM device:
65 minicom --device /dev/ttyACM1
74 And on ttyACM device, provided by zephyr USB device stack:
78 Send characters to the UART device
87 to access the CDC ACM device and maybe you can see several characters
88 including "AT" on the terminal attached to the CDC ACM device.
90 ModemManager to skip the CDC ACM device.
98 ``/lib/udev/rules.d/77-mm-usb-device-blacklist.rules`` as reference.