NordicSemiconductor / IOS-nRF-Toolbox

The nRF Toolbox is a container app that stores your Nordic Semiconductor apps for Bluetooth Low Energy in one location.
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Toolbox
BSD 3-Clause "New" or "Revised" License
590 stars 205 forks source link

UART App Not Sending EOL #104

Closed dbeckwith01 closed 9 months ago

dbeckwith01 commented 3 years ago

I'm using nRF Toolbox v5.0.2 with the Nordic BLE CLI on a DK. When I create and send a text command the command is sent (confirmed on the logs) but the EOL doesn't seem to be sent to execute the command on the CLI.

I have gotten around this by creating a second command to send a hex 0x0D down to the device.

philips77 commented 3 years ago

You need to type a new line at the end of the first command. The eol selection defined to what values the new lines are encoded.

dbeckwith01 commented 3 years ago

@philips77 Can you please provide a little more detail. I tried adding a new line at the end of the command and when I come back to the command the new line is no longer in the command window.

philips77 commented 3 years ago

@NickKibish ?