Honken
November 28, 2011, 2:39pm
1
Hi,
I am using Panda I with Wifly (RN-171) and when I don’t use flowcontrol I get RxOver which depends on that I don’t read the serialport fast enough.
But after I enabled flowcontrol (RTS) and connected the hardware pins correct I get Overrun fault instead of RxOver, what does this mean?
Your device still sending data even though you asked it to stop sending through RTS?
Mike
November 28, 2011, 3:30pm
3
I thought the WiFly used a SPI to Serial bridge?
Honken
November 28, 2011, 4:10pm
4
So when the internal uart driver have set RTS level to high and the device is still sends data it will give Overrun error?
Will the data that triggers overrun error be flushed if there is room for it in the buffert?
Honken
November 28, 2011, 4:16pm
6
okey, am I correct that the overrun fault is trigged by the driver when it says stop to the device but it is still sending data and RxOver comes when the driver buffert is full?