On Thu, 26 Jul 2001, Maurice Lombardi wrote:
No windows then. So the delphi sources probably won't help much because they probably use calls to windows dll to communicate with the serial line. Unless Turbopower use directly dos or hardware interrupts. In that case djgpp's libc has functions to call interrupts from within protected mode. This is the way bcsio20 works.
I have tried bcsio20 for some time (C and C++ though) and has rather bad experience to it (had to fix rather many problems with it but there were still other ones and I didn't want to mess with assembler source too much). So I changed to dzcomm-0.98b where I need serial communications. But I'm doing it mostly from C++. Anyway I don't think it would be so difficult to write Pascal unit for that.
Andris