G
Guest
Hello.
I am trying to produce a pc-program that can monitor the rx-pin of two
serial ports.
(My own little port-analyzing application!)
Everything works fine, except that there seems to be some timedelay from the
moment the bytes arrive to the port, and to the moment my application can
read them.
This means that I cannot timestamp the arrival of the bytes accurately.
I tried both approaches in comport handling; event driven and polling...no
luck.
Perhaps I need to be able to set the rx-trigger level in the 16550 uart to 1
byte - but if thats the case, I dont know how to.
Can anybody help me, please?
I am trying to produce a pc-program that can monitor the rx-pin of two
serial ports.
(My own little port-analyzing application!)
Everything works fine, except that there seems to be some timedelay from the
moment the bytes arrive to the port, and to the moment my application can
read them.
This means that I cannot timestamp the arrival of the bytes accurately.
I tried both approaches in comport handling; event driven and polling...no
luck.
Perhaps I need to be able to set the rx-trigger level in the 16550 uart to 1
byte - but if thats the case, I dont know how to.
Can anybody help me, please?