Searched full:ttyacm0 (Results 1 – 25 of 195) sorted by relevance
12345678
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | README.rst | 27 …./scripts/twister -p nrf52840dk/nrf52840 --device-testing --device-serial /dev/ttyACM0 -T samples/… 47 …pytest --twister-harness --device-type=hardware --device-serial=/dev/ttyACM0 --build-dir=build -p …
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_blackmagicprobe.py | 114 (True, False, ['/dev/ttyACM0', '/dev/ttyACM1'], 117 (False, False, ['/dev/ttyACM0', '/dev/ttyACM1'], '/dev/ttyACM0'), 118 (False, False, ['/dev/ttyACM1', '/dev/ttyACM0'], '/dev/ttyACM0'),
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/ |
D | README.rst | 91 as a USB CDC class, and will use ``/dev/ttyACM0`` 92 device for communication. The ``/dev/ttyACM0`` port 99 stty -F /dev/ttyACM0 115200 raw 100 cat /dev/ttyACM0 > /tmp/sound.raw
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/ |
D | README.rst | 68 sudo btattach -B /dev/ttyACM0 -S 1000000 -R 72 ``/dev/ttyACM0`` string to point to the serial device your controller is 97 sudo btattach -B /dev/ttyACM0 -S 1000000 101 ``/dev/ttyACM0`` string to point to the serial device your controller is
|
/Zephyr-latest/boards/st/b_u585i_iot02a/doc/ |
D | index.rst | 310 $ minicom -D /dev/ttyACM0 368 $ STM32_Programmer_CLI -c port=/dev/ttyACM0 -ob rdp=0xDC 374 $ STM32_Programmer_CLI -c port=/dev/ttyACM0 -tzenreg 380 $ STM32_Programmer_CLI -c port=/dev/ttyACM0 -ob wrp1a_pstrt=0x7f 381 $ STM32_Programmer_CLI -c port=/dev/ttyACM0 -ob wrp1a_pend=0x0 382 $ STM32_Programmer_CLI -c port=/dev/ttyACM0 -ob wrp1b_pstrt=0x7f 383 $ STM32_Programmer_CLI -c port=/dev/ttyACM0 -ob wrp1b_pend=0x0 384 $ STM32_Programmer_CLI -c port=/dev/ttyACM0 -ob wrp2a_pstrt=0x7f 385 $ STM32_Programmer_CLI -c port=/dev/ttyACM0 -ob wrp2a_pend=0x0 386 $ STM32_Programmer_CLI -c port=/dev/ttyACM0 -ob wrp2b_pstrt=0x7f [all …]
|
/Zephyr-latest/dts/bindings/serial/ |
D | zephyr,native-tty-uart.yaml | 13 "/dev/ttyACM0".
|
/Zephyr-latest/samples/bluetooth/hci_uart/ |
D | README.rst | 68 sudo btattach -B /dev/ttyACM0 -S 1000000 -R 72 ``/dev/ttyACM0`` string to point to the serial device your controller is 101 sudo btattach -B /dev/ttyACM0 -S 1000000 105 ``/dev/ttyACM0`` string to point to the serial device your controller is
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/ |
D | README.rst | 68 sudo hciattach -n /dev/ttyACM0 3wire 1000000 72 ``/dev/ttyACM0`` string to point to the serial device your controller is 101 sudo hciattach -n /dev/ttyACM0 3wire 1000000 105 ``/dev/ttyACM0`` string to point to the serial device your controller is
|
/Zephyr-latest/tests/boot/with_mcumgr/ |
D | README.rst | 19 -p nrf52840dk/nrf52840 --device-testing --device-serial /dev/ttyACM0
|
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/doc/ |
D | index.rst | 115 terminal should be :code:`/dev/ttyACM0`. For example: 119 $ minicom -D /dev/ttyACM0 -o
|
/Zephyr-latest/samples/subsys/usb/console/ |
D | README.rst | 32 from the sample, use a command similar to :command:`minicom -D /dev/ttyACM0`.
|
/Zephyr-latest/boards/01space/esp32c3_042_oled/doc/ |
D | index.rst | 134 Assuming the board is connected to ``/dev/ttyACM0`` on Linux. 140 :flash-args: --esp-device /dev/ttyACM0 147 $ west espressif monitor -p /dev/ttyACM0
|
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/ |
D | index.rst | 158 #. Flash it onto the board. Note :file:`/dev/ttyACM0` is for Linux; it will be 163 nrfutil dfu usb-serial -pkg blinky.zip -p /dev/ttyACM0 205 #. Flash it onto the board. Note :file:`/dev/ttyACM0` is for Linux; it will be 210 nrfutil dfu usb-serial -pkg mcuboot.zip -p /dev/ttyACM0 250 mcumgr --conntype=serial --connstring='dev=/dev/ttyACM0,baud=115200' \ 257 mcumgr --conntype=serial --connstring='dev=/dev/ttyACM0,baud=115200' reset
|
/Zephyr-latest/samples/sensor/tmp116/ |
D | README.rst | 49 to the computer and open /dev/ttyACM0 with the below serial settings:
|
/Zephyr-latest/boards/atmel/sam0/saml21_xpro/doc/ |
D | index.rst | 158 terminal should be :code:`/dev/ttyACM0`. For example: 162 $ picocom -b 115200 /dev/ttyACM0
|
/Zephyr-latest/boards/atmel/sam0/samc21n_xpro/doc/ |
D | index.rst | 151 terminal should be :code:`/dev/ttyACM0`. For example: 155 $ minicom -D /dev/ttyACM0 -o
|
/Zephyr-latest/boards/atmel/sam0/samd21_xpro/doc/ |
D | index.rst | 156 terminal should be :code:`/dev/ttyACM0`. For example: 160 $ minicom -D /dev/ttyACM0 -o
|
/Zephyr-latest/boards/qorvo/decawave_dwm1001_dev/doc/ |
D | index.rst | 40 can be found. For example, under Linux, :code:`/dev/ttyACM0`.
|
/Zephyr-latest/samples/net/ipv4_autoconf/ |
D | README.rst | 57 $ sudo screen /dev/ttyACM0 115200
|
/Zephyr-latest/boards/qorvo/decawave_dwm3001cdk/doc/ |
D | index.rst | 44 found. For example, under Linux, :code:`/dev/ttyACM0`.
|
/Zephyr-latest/boards/atmel/sam0/samr34_xpro/doc/ |
D | index.rst | 172 terminal should be :code:`/dev/ttyACM0`. For example: 176 $ picocom -b 115200 /dev/ttyACM0
|
/Zephyr-latest/boards/electronut/nrf52840_blip/doc/ |
D | index.rst | 123 they may come up as ``/dev/ttyACM0`` and ``/dev/ttyACM1``. The first 124 one of these (``/dev/ttyACM0`` here) is the debugger port. 126 ``target external /dev/ttyACM0``. The second port acts as a
|
/Zephyr-latest/boards/electronut/nrf52840_papyr/doc/ |
D | nrf52840_papyr.rst | 130 they may come up as ``/dev/ttyACM0`` and ``/dev/ttyACM1``. The first 131 one of these (``/dev/ttyACM0`` here) is the debugger port. 133 ``target external /dev/ttyACM0``. The second port acts as a
|
/Zephyr-latest/samples/net/wpan_serial/ |
D | README.rst | 66 $ sudo ./border-router.native -v5 -s ttyACM0 fd01::1/64
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | benchmark_256KB.robot | 13 ${serial_port} /dev/ttyACM0
|
12345678