Re: intercepting serial comms

2005-10-23 Thread tns1
tns1 wrote: Is is possible to redirect the serial comms of a program after it has already launched and opened /dev/com1? If not, is it possible to create virtual serial ports under cygwin? To do this under linux I believe you need to add a kernel module. -- Unsubscribe info: http

Re: setting baud for USB serial adaptors

2005-10-23 Thread tns1
tns1 wrote: WinXP SP2, cygwin 5.19 snapshot Once I grabbed the latest cygwin snapshot and made sure I had the coreutils 5.9xxx, I could finally use stty to set the baud of my built-in COM port, but it does not work for my USB serial adaptors. Any ideas? After more reading, I see that the

setting baud for USB serial adaptors

2005-10-22 Thread tns1
WinXP SP2, cygwin 5.19 snapshot Once I grabbed the latest cygwin snapshot and made sure I had the coreutils 5.9xxx, I could finally use stty to set the baud of my built-in COM port, but it does not work for my USB serial adaptors. Any ideas? -- Unsubscribe info: http://cygwin.com/ml/#u

intercepting serial comms

2005-10-15 Thread tns1
Is is possible to redirect the serial comms of a program after it has already launched and opened /dev/com1? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: cant set baud rate with stty

2005-10-10 Thread tns1
Yitzchak Scott-Thoennes wrote: On Sun, Oct 09, 2005 at 01:23:07PM -0700, tns1 wrote: But when I try: $cat textfile.txt > /dev/com1 What comes out the serial port looks garbled at every baud I can try. I tried replacing all the exe files with the snapshot versions but that did not cha

Re: cant set baud rate with stty

2005-10-09 Thread tns1
Larry Hall wrote: That said, there's no reason this third-party app can't work with a stock Cygwin installation, unless they've made changes to the DLL themselves. If that's the case, you definitely should be talking to them. Otherwise, you should be able to resolve this conflict yourself fo

Re: cant set baud rate with stty

2005-10-09 Thread tns1
Peter Rehley wrote: On Oct 8, 2005, at 4:33 PM, tns1 wrote: Cygwin on WinXP What version of cygwin are you using? uname says CYGWIN_NT-5.1 cygcheck -c says 'no setup information found' This is probably because this is a custom version of cygwin bundled with some cross-develop

cant set baud rate with stty

2005-10-08 Thread tns1
Cygwin on WinXP I am trying to redirect the IO from a terminal app to a serial port. $terminal_app > /dev/com5 Works but uses the wrong baud rate. $stty /dev/com5 115200 Does not change the baud: 'unable to perform all requested operations'. I have tried many variations on this syntax. $stty doe