Re: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-24 Thread Daniel Barclay
Eric Blake wrote: On 09/22/2010 03:02 PM, Daniel Barclay wrote: ... Again, why does Cygwin's (virtual) file system _not_ include those devices (when listing /dev)? (Why doesn't it do it more like Linux's /proc, etc., which gives a consistent view and which tells you what's available without

AW: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread DEWI - N. Zacharias
Hi, Von: Marco Atzeri [] Gesendet: Mittwoch, 22. September 2010 15:26 An Betreff: [bulk] - R: /dev/ttys* under cygwin problem --- Mer 22/9/10, DEWI - N. Zacharias ha scritto: Hi all, as mentinoned in http://cygwin.com/cygwin-ug-net/using-cygwinenv.html i have set CGWIN to tty

RE: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Buchbinder, Barry (NIH/NIAID) [E]
DEWI - N. Zacharias sent the following at Wednesday, September 22, 2010 11:36 AM as mentinoned in http://cygwin.com/cygwin-ug-net/using-cygwinenv.html i have set CGWIN to tty . see POSIX name on http://www.cygwin.com/cygwin-ug-net/using-specialnames.htm This link do not work for me. The

R: AW: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Marco Atzeri
--- Mer 22/9/10, DEWI - N. Zacharias ha scritto: but stty -F /dev/ttyS4 ospeed 115200 stty: /dev/ttyS4: Permission denied Again, whats going wrong Thanks Norbert Are you the administrator ? On my PC it works $ stty -F /dev/ttyS0 ospeed 64000 $ stty -F /dev/ttyS0 speed 115200

Re: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Daniel Barclay
Buchbinder, Barry (NIH/NIAID) [E] wrote: ... To go there directly: http://www.cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-posixdevices Regarding where that page says: These devices cannot be seen with the command ls /dev/ ... I've wondered about that--why aren't those

Re: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Larry Hall (Cygwin)
On 9/22/2010 1:29 PM, Daniel Barclay wrote: Buchbinder, Barry (NIH/NIAID) [E] wrote: ... To go there directly: http://www.cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-posixdevices Regarding where that page says: These devices cannot be seen with the command ls /dev/ ... I've

Re: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Daniel Barclay
Larry Hall (Cygwin) wrote: On 9/22/2010 1:29 PM, Daniel Barclay wrote: Buchbinder, Barry (NIH/NIAID) [E] wrote: ... To go there directly: http://www.cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-posixdevices Regarding where that page says: These devices cannot be seen with

Re: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Eric Blake
On 09/22/2010 03:02 PM, Daniel Barclay wrote: They are implemented in a virtual file system. It is not necessary that there be placeholders in the file system for them to work. But if they were emulated/simulated _consistently_, one could see which devices were available by simply listing /dev