This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Accessing serial port.



I am porting my C codes from DJGPP to Cygwin. One of the modules has
several lines which read and write to COM1. I rewrite the code using
open ("/dev/com1"), read (....), write (....), etc. However, the code
seems to hang. The exact same code works fine under Linux by replacing
"/dev/com1" to "/dev/ttyS0". 

Could somebody please help me out.
Thanks.


Hans Dulimarta, Ph.D.    [dulimart@egr.msu.edu, dulimart@computer.org]
Visiting Research Associate
Department of Electrical & Computer Engineering         (517) 432-7589
Michigan State University, East Lansing, Michigan 48824


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]