Lines Matching full:usb
1 .. zephyr:code-sample:: usb-cdc-acm
2 :name: USB CDC-ACM
5 Use USB CDC-ACM driver to implement a serial port echo.
10 This sample app demonstrates use of a USB Communication Device Class (CDC)
14 This sample can be found under :zephyr_file:`samples/subsys/usb/cdc_acm` in the
20 This project requires an USB device driver, which is available for multiple
30 attach it to the USB to TTL Serial cable. Build and flash the project:
33 :zephyr-app: samples/subsys/usb/cdc_acm
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
49 usb 9-1: Product: CDC-ACM
50 usb 9-1: Manufacturer: Intel
51 usb 9-1: SerialNumber: 00.01
52 cdc_acm 9-1:1.0: ttyACM1: USB ACM device
74 And on ttyACM device, provided by zephyr USB device stack:
98 ``/lib/udev/rules.d/77-mm-usb-device-blacklist.rules`` as reference.