Search found 2 matches

by SeanR
Sat Sep 19, 2009 9:30 am
Forum: NetBurner Software
Topic: Is there any way to turn RTS on? like SetDTR() & socket q
Replies: 4
Views: 4059

Re: Is there any way to turn RTS on? like SetDTR() & socket q

look up, I dont remember what doc this is in, i just pulled this from some code that i had with the same situation.

SerialClose( 1 );
fd1 = OpenSerial( 1, 19200, 1, 8, eParityNone );
SerialEnableHwTxFlow(1,1); // look this up, i believe this is what your after
SerialEnableHwRxFlow(1,1 ...
by SeanR
Sat Sep 19, 2009 8:56 am
Forum: NetBurner Software
Topic: Is there any way to turn RTS on? like SetDTR() & socket q
Replies: 4
Views: 4059

Is there any way to turn RTS on? like SetDTR() & socket q

Is there any way to turn RTS on? like SetDTR() even with Jumpers?

I am using the sb72ex and data port is 1.

The device I am connecting to requires "no" flow control (@ 9600,7e1) but rts and dtr high at all times I am connected. I need to keep production costs at a minimum, so a custom cable is not ...