On Fri, 21 Apr 2006, Oliver Vecernik wrote: > Hi, > > I'd like to use the serial port from perl on my notebook. This port is > connected via an usb-adapter and referred as COM4: on Windows. I > couldn't find any /dev/ttySx and I'm not sure if this is even supported. > Is this possible under Cygwin?
Definitely. If Windows sees your serial port as COM4:, "/dev/ttyS3" should definitely work. If you're concerned that ttyS3 didn't show up when you did "ls /dev", try "ls -l /dev/ttyS3" -- you should see the device information. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] | [EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/