Mail Archives: djgpp/1997/09/18/20:46:17
On 18 Sep 97 08:56:00 GMT, jll AT olivia DOT nst DOT dk (Jorgen Lehmann) wrote:
> I need to do a little serial communication, using djgpp v201,
> so i got the "bcsio20" package from a ftp-site and did a make..
I'm not sure if I have the same version of that library, but it works on
my machine. Did you change the line
sio_init(0x3f8,4);
to match your settings (e.g. sio_init(0x2f8,3); for COM2)?
> <some stuff>
> ...
> ... program=C:\SERIAL\TEST\STL\TERM.EXE
> ...
> <even more stuff>
The "stuff" is the traceback that tells you where the error occured. See
section 9.2 of the FAQ.
You may also want to get Rhide, a nice IDE with a nice debugger. You can
find it on http://www.tu-chemnitz.de/~rho .
> Should I use another library, and which one ??
I'm using SVAsync (svas011b.zip). It's working good on plain DOS and
under Windows(95).
Regards...
Michael
- Raw text -