I have a similar problem, I need read and write data with a PC and an tranfer baud rate of 49.462 bauds.
I knowk that this is imposible with a common pc serial port because the cristal clock port is 1,8432 Mhz and my decimal divisor exactly 2,329043 ~ 2 to get 57600 baud.
I just need to evaluate this option:
1.) You could build a special hardware and write
some software to it >>> knowk some one? maybe a pic?
2.) Under some condition you could use the parallel
port as input and emulate the UART in software only >>> it´s really possible at this baud rate.
3.) Or you could modify an off the shelf interface card >>> not apply to my case.
Best Regards