Re: [fpc-pascal]Asynchronous serial routine (win32+Linux)

2003-11-10 Thread Ivan Petrov
There is an unit named OBJCOM. I use it under linux and believe it will work under ''boze too. - Original Message - From: "Preben Mikael Bohn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 10, 2003 5:32 PM Subject: [fpc-pascal]As

[fpc-pascal]Asynchronous serial routine (win32+Linux)

2003-11-10 Thread Preben Mikael Bohn
Hi all, I need routines for accessing the serial ports under both Linux and Win32 (both in the same packeage would be preferable, but I can do a wrapper if that's needed). I tried http://www.ararat.cz/synapse/ but this seems to be blocking access only, and I need asynchronous access. Can anyone r