Hello,
I have been developing a serial C# application to work with the nrf52840 chip, initial development was done using the nrf52840 development kit which worked without any issue. After developing the whole thing, the DK was replaced with the dongle which is when the problem occurred, the problem is that the c# application takes too long to read the data written to the serial port. When I did some debugging, I found that there was around a 5-second delay between the dongle writing something to the serial port and the C# application actually being able to read the data written which is very odd. I tried to see if the same delay could be seen when Putty was used, but there wasn't any delay there. Initially, the driver used by the device was windows serial device which was then changed to nrf52 USB CDC ACM(and Demo), neither of them made any difference. Could someone please shed some light on this behavior? I'm using ncs v1.4.0.
Thanks for any help.