I'm working on an application that requires the serial port to run at 115kbps. (This is a requirement of the device I am talking to from the serial port) The way I see it now, I will have to talk directly to the UART, while suspending all other processes, and then let other processes resume when I am done (if that is possible). Is this feasable, or is there perhaps some simpler method thru the OS that I can get the port to run at 115k? Secondly, is the real time clock a separate chip or is it a function of the OS? I still need to keep accurate time, regardless of what else I may be doing. TIA for any suggestions. Joe Snyder
