From: "MaCro" Newsgroups: comp.os.msdos.djgpp Subject: Serial Ports Date: Tue, 14 Sep 1999 23:26:42 +0200 Organization: Telefonica Transmision de Datos Lines: 17 Message-ID: <7rmefh$cj9$1@diana.bcn.ttd.net> NNTP-Posting-Host: info1955518197.mundivia.es X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have seen several libraries to program the serial port. My problem is that I want to use some sources from solaris that are using the prototypes found in termios.h (not termio.h), actually I need 115200 baud rate. DJGPP does not provide that header (only termio.h) and it does not program the ports as unix (like a file, ie. /dev/ttya), additionally, the maximum speed is 38400 in termio.h. Well,my question is this, does anybody have to translate a program like this from solaris or Linux to DJGPP? (I would like to keep the sources as close as possible). Thank you very much in advance, Antonio