You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed Windows-only information about locating serial port.
Added a shortcut with information how to list serial ports for Nordic
devices using nRF Util.
Edited documents that mention COM ports and tty devices.
Added cross links for default baud rate mentions.
NCD-685.
Signed-off-by: Grzegorz Ferenc <[email protected]>
Copy file name to clipboardExpand all lines: applications/connectivity_bridge/boards/thingy91_nrf52840_readme.txt
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,21 @@ https://nordicsemi.com/thingy91
7
7
8
8
This USB interface has the following functions:
9
9
* Disk drive containing this file and others
10
-
* COM ports for nRF91 debug, trace, and firmware update
10
+
* Serial ports for nRF91 debug, trace, and firmware update
11
11
* CMSIS-DAP 2.1 compliant debug probe interface for accessing the nRF91 SiP
12
12
13
-
COM Ports
14
-
=========
13
+
Serial ports
14
+
============
15
15
16
-
This USB interface exposes two COM ports mapped to the physical UART interfaces between the nRF91 Series and nRF52840 devices.
17
-
When opening these ports manually (without using the nRF Connect Serial Terminal), be aware that the USB COM port baud rate selection is applied to the UART.
16
+
This USB interface exposes two serial ports mapped to the physical UART interfaces between the nRF91 Series and nRF52840 devices.
17
+
Serial ports are referred to as COM ports on Windows, /dev/ttyACM devices on Linux, and /dev/tty devices on macOS.
18
+
When opening these ports manually (without using the Serial Terminal app), be aware that the USB serial port baud rate selection is applied to the UART.
18
19
19
20
Bluetooth® LE Central UART Service
20
21
==================================
21
22
22
23
This device advertises as configured in BLE_NAME in Config.txt, default being "Thingy:91 UART".
23
-
Connect using a Bluetooth LE Central device, for example a phone running the nRF Connect app:
24
+
Connect using a Bluetooth LE Central device, for example a phone running the nRF Connect for Mobile app:
Copy file name to clipboardExpand all lines: applications/connectivity_bridge/boards/thingy91x_nrf5340_cpuapp_readme.txt
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,20 @@
4
4
5
5
This USB interface has the following functions:
6
6
* Disk drive containing this file and others
7
-
* COM ports for nRF91 debug, trace, and firmware update
7
+
* Serial ports for nRF91 debug, trace, and firmware update
8
8
* CMSIS-DAP 2.1 compliant debug probe interface for accessing the nRF91 SiP
9
9
10
-
COM Ports
11
-
=========
12
-
This USB interface exposes two COM ports mapped to the physical UART interfaces between the nRF91 Series and nRF5340 devices.
13
-
When opening these ports manually (without using the nRF Connect Serial Terminal), be aware that the USB COM port baud rate selection is applied to the UART.
10
+
Serial ports
11
+
============
12
+
13
+
This USB interface exposes two serial ports mapped to the physical UART interfaces between the nRF91 Series and nRF5340 devices.
14
+
When opening these ports manually (without using the Serial Terminal app), be aware that the USB serial port baud rate selection is applied to the UART.
14
15
15
16
Bluetooth® LE Central UART Service
16
17
==================================
17
18
18
19
This device advertises as configured in BLE_NAME in Config.txt, default being "Thingy:91 X UART".
19
-
Connect using a Bluetooth LE Central device, for example a phone running the nRF Connect app:
20
+
Connect using a Bluetooth LE Central device, for example a phone running the nRF Connect for Mobile app:
Copy file name to clipboardExpand all lines: applications/nrf_desktop/doc/ble_qos.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,10 +131,10 @@ The thread is used to periodically perform the following operations:
131
131
* Submit the suggested channel map as ``ble_qos_event``.
132
132
* If the device is a Bluetooth central, update the used Bluetooth LE channel map.
133
133
134
-
If the :ref:`CONFIG_DESKTOP_BLE_QOS_STATS_PRINTOUT_ENABLE <config_desktop_app_options>` Kconfig option is set, the module prints the following information through the virtual COM port:
134
+
If the :ref:`CONFIG_DESKTOP_BLE_QOS_STATS_PRINTOUT_ENABLE <config_desktop_app_options>` Kconfig option is set, the module prints the following information through the virtual serial port:
135
135
136
136
* HID report rate
137
-
The module counts the number of HID input reports received through Bluetooth LE and prints the report rate through the virtual COM port every 100 packets.
137
+
The module counts the number of HID input reports received through Bluetooth LE and prints the report rate through the virtual serial port every 100 packets.
0 commit comments