WriyeSerialDT not respecting timeout
Posted: Sun Nov 03, 2024 3:22 pm
At least on AROS, WriteSerialData does not respect the timeout setting.
If you use e.g.
WriteSerialData(1,"Zap")
all works OK and command will not finish until all characters are written. However, if you use e.g.:
WriteSerialData(1,"Zap",5000)
the command will exit instantaneously and the characters are not written.
Tested using USB to serial devices (pl2303 and cp210x based).
Sorry,
Nigel.
If you use e.g.
WriteSerialData(1,"Zap")
all works OK and command will not finish until all characters are written. However, if you use e.g.:
WriteSerialData(1,"Zap",5000)
the command will exit instantaneously and the characters are not written.
Tested using USB to serial devices (pl2303 and cp210x based).
Sorry,
Nigel.