Home
last modified time | relevance | path

Searched full:com3 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/doc/connectivity/bluetooth/autopts/
Dautopts-win10.rst103 In Device Manager find COM port of your nrf board. In my case it is COM3.
134 Note that west does not accept COMs, so use /dev/ttyS2 as the COM3 equivalent,
135 /dev/ttyS2 as the COM3 equivalent, etc.(/dev/ttyS + decremented COM number).
205 …python ./autoptsclient-zephyr.py zephyr-master ~/zephyrproject/build/zephyr/zephyr.elf -t COM3 -b …
250 where /dev/ttyS2 is the COM3 equivalent. Open PuTTY, set connection type to Raw, IP to 127.0.0.1, p…
/Zephyr-latest/drivers/video/
Dov7670.c38 uint8_t com3; member
50 .com3 = 0x00,
61 .com3 = 0x04,
72 .com3 = 0x08,
83 .com3 = 0x00,
398 resolution->com3); in ov7670_set_fmt()
Dov2640.c118 #define COM3 0x0C macro
208 { COM3, COM3_BAND_SET(COM3_BAND_AUTO) },
/Zephyr-latest/scripts/west_commands/tests/
Dtest_blackmagicprobe.py186 fake_comport2 = serial.tools.list_ports_common.ListPortInfo('COM3')