Searched full:com3 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-win10.rst | 103 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/ |
D | ov7670.c | 38 uint8_t com3; member 50 .com3 = 0x00, 61 .com3 = 0x04, 72 .com3 = 0x08, 83 .com3 = 0x00, 398 resolution->com3); in ov7670_set_fmt()
|
D | ov2640.c | 118 #define COM3 0x0C macro 208 { COM3, COM3_BAND_SET(COM3_BAND_AUTO) },
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_blackmagicprobe.py | 186 fake_comport2 = serial.tools.list_ports_common.ListPortInfo('COM3')
|