Hello! We are using nRF Toolbox App (UART) for testing a BlueTooth device, which we actually are developing an working on. The problem is that the iOS-Version of the App does not work properly because the check boxes where you can select the line terminator (CR, LF, CR+LF) are missing. The commands can be sent but the device doesn't react. On Android smartphones these checkboxes appear, the line terminator can be selected and everything is ok. Will there soon be a solution to this Problem (App Update) or does anybody know an easy work-around solution to that? Thanks in advance.
Hi,
Default line ending of iOS is LF. Depending on what ending you need, and how the peer parses extraneous characters, it may or may not work to paste the CR character manually. Worst case you have to change it in source code: IOS-nRF-Toolbox. For testing purposes, best workaround is probably to use Android and/or nRF Connect.
Regards,
Terje