Hi,
I am getting lots of transmission errors using the Serial library. I changed the Serial_Uartes example by removing the serial1 interface and creating a simple loopback at 115,200 bps.
Just by holding a key on the keyboard on a screen serial connection creates lots of lost bits. What could be the problem?
Below is the modified code for .../examples/peripherial/serial_uartes/main.c
The result from a terminal with the a key pressed, looks:
Hello nrf_serial!
aaa�aa�aaaaaaaaaaaaaaaaaaaaaaaaaaaa�aaa��aa�aaaaaaaa�a�a�aaaaaaaaaaaaa��aaaaaaaaaaa�aaaaaaaaaaaaaaaa�aaa�a�aaaaaaaaaaaa�a��aaa�a�aaaaaaaaaaa�aaa�a��aaaaaaaa�aaaaaaaaaaaaaaaaaaaaaaaaa�aaaaaa�aa�aaaaaa�aaaaaaaaaaaaaaaaa�aaaaaaaaaaaaaaaaaa�aaaaaaaa�aaaaaaaaaaaaaaaaaaaaa�aaa�a��aaa�aaaaaaaa�aaaaaaaaaaaaaaaaa�a�aaaaaa��aaaa
I am using the DK pca_10065 board, this is running on the Release configuration, connected through the USB port to a Mac.
I am using this example as a basis for a software that should transmit data reliably between a PC and a BLE sensor on the other side, but just between the board and the PC the communication seems to be very flaky.
Will appreciate any help!
Thanks,
Juan