This is the mail archive of the cygwin 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]
Other format: [Raw text]

unable to set icrnl (stty -F /dev/ttyS2 icrnl) for an ftdi device


Hello everyone,

I'm using cygwin 1.7.2 on Windows 7, and I am unable to set the icrnl flag for /dev/ttyS2 as shown at the bottom of my message. The device attached to ttyS2 is a ARM development board which uses an ftdi chip for serial communication over USB.
(The device is connected with USB, and the driver creates a virtual com port.)

I use driver version 2.06.02 from http://www.ftdichip.com/Drivers/VCP.htm

(a bit more elaborate:)
I show the problem using stty, but I actually encountered it when testing a serial communications program I've written for linux originally. When compiled under cygwin, it behaves differently. After adding some debug info, it shows indeed that the program recieves an ascii 10 (new line) under linux, where under cygwin it recieves an ascii 13 (carriage return).

How to produce:
(commands & output pasted chronologically)

ig@turtle ~
$ stty -F /dev/ttyS2
speed 9600 baud; line = 0;
intr = <undef>; quit = <undef>; erase = <undef>; kill = <undef>; eof = <undef>;
swtch = <undef>; susp = <undef>; rprnt = <undef>; werase = <undef>;
lnext = <undef>; flush = <undef>; min = 0; time = 0;
-cread
-brkint -icrnl -imaxbel
-opost -onlcr
-isig -icanon -iexten -echo -echoe -echok -echoctl -echoke

ig@turtle ~
$ stty -F /dev/ttyS2 icrnl
stty: /dev/ttyS2: unable to perform all requested operations

ig@turtle ~
$ stty -F /dev/ttyS2
speed 9600 baud; line = 0;
intr = <undef>; quit = <undef>; erase = <undef>; kill = <undef>; eof = <undef>;
swtch = <undef>; susp = <undef>; rprnt = <undef>; werase = <undef>;
lnext = <undef>; flush = <undef>; min = 0; time = 0;
-cread
-brkint -icrnl -imaxbel
-opost -onlcr
-isig -icanon -iexten -echo -echoe -echok -echoctl -echoke

Attachment: cygcheck.out
Description: Binary data

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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