Hi.
Last week I've been testing serial interface with my Q68.
The results have been very good, especially with Ser-USB, but I have some doubts in my data transfer tests between Q68 and PC.
I report my expereinces separately, a) Ser-USB test and b) PC to Q68 transfer tests.
a)
Ser-USB test. The results have been great. Q68 connects perfectly with Ser-USB at 115200 baud. The connection is 100% reliable, both, with SerUSB2 driver (QDOS unit) and UsbWiz driver (Fat32).
(What is the Ser-USB? ... The Ser-USB is a device that attaches to one of the QL serial ports and provides access to storage devices such as SD cards, memory sticks and USB hard drives. Ser-USB was sold by Memory Lane Computing from 2011 to 2012).
Some screens:

- SerUsb2 driver

- UsbWiz driver

- Q68 Ser-USB
For example, psion chess is loaded in approximately 5 seconds, psion xchamge in 18 seconds (approximately).
b)
PC to Q68 transfer tests. The results have not been so good. I managed reliably transfer data between Q68 and PC (a small SuperBASIC program on Q68 side, a small C# programa on PC-Win10 side), but I have a problem.
The problem is that I had to put a "Thread.Sleep" (between 5 and 20 ms) inside loop that transfers the individual bytes in PC side so the connection is reliable. This causes communications to take a long time.
The parameters that I have used are:
Baud 115200 (also 19200)
Parity none
Data bits 8
Handshake none
I don't have knowledge in serial communications, so what can I be doing wrong?
Another question, SER_FLOW, SER_ROOM, SER_BUFF work on Q68?