Correct, The device is just a cassette audio to serial TTL converter. No bus interface to the computer itself. It's currently just running at 300 baud, but I'm hoping to be able to crank it up to maybe 2400 or even 4800 baud. My machine uses the SIO/2 serial interface. No hardware buffer there as far as I know. So any buffering would have to be done in the BIOS.
I haven't actually run into any problems with not being able to process any incoming text. I was just thinking ahead.
I didn't think about the serial buffer. So you believe the buffer should be able to handle the processing delay? How big is the buffer in the BIOS?
Robb