in reply to Re: Serial Port timing and write blocking?
in thread Serial Port timing and write blocking?
Correct you were on the first part, I had that in my code, I watered the code down a bit for the forum. I've corrected that math error for clarity here. Thanks.
As for the write_bg, that's something I'll definitely try. Never used that before.
As for the clock on the device I'm writing to...not really important, because the recieving device loops and waits for 2 bytes of input. As soon as the receiving device gets it's 2 bytes, it takes actions based on the data code it received. The sending device (as you can guess by the code) is a windows pc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Serial Port timing and write blocking?
by TGI (Parson) on Aug 04, 2008 at 21:41 UTC |