[alt.msdos.programmer] Routines for serial port access

cc@wet.UUCP (Christopher Cilley) (09/30/90)

A project has come up for me that requires accessing a serial port
and modem within my program.  Most of my experience is under unix,
and I'm not well versed on how to do this under dos.

Are there any recommendations for either
	-Public Domain library routines out there
	-References for books covering this pretty well
	-Commercially available libraries.  (My first foray into a
	 search turned up the name "Blaze Software" for routines...
	 comments? )

I apoligize if this is a well hashed topic.  I've only just started
reading the group.  If someone has some past summary and can mail that,
that would be super.  Otherwise I'd be happy to summarize and post any
feedback I get via e-mail.

Thanks!
-- 
----------     ----------     ----------     ----------     ----------
Christopher Cilley	{ucsfcca|claris}!wet!cc		cc@wet.UUCP
	"Life is uncertain - eat dessert first..."  -RJR

DRWilliams@cup.portal.com (Dave Richard Williams) (10/04/90)

>> Communication Libraries..
Check GREENLEAF  (I'm not afffilated with them nor have I used their product)
 
For PD/Shareware stuff check your local MS-DOS systems... I think you
should be able to find something to meet your needs.  If you need Books 
try "C Programmers Guide to Serial Communications"  I lived by it when 
comm routines for my ssystem here.

If you're looking for some releativly simple multi-tasking routines
and plan on doing communications with the same project check out
CTASK21.ZIP floating around on most MS-DOS systems


			DAve Williams