PDA

View Full Version : ser2net RTS DTR config parameter?



ct3fq
28-12-2008, 16:57
Hi,
I'm testing the ser2net (version 2.3) in wl500gp and its works fair for me.
I'm using taltech tcp-com as windows client but I have noticed that RTS and DTR pins are always ON for any connection.

I have tried all knew parameters in the ser2net.conf:

1) 32032:raw:600:remctl

2) 32032:raw:600:19200 8DATABITS NONE 1STOPBIT -RTSCTS -XONXOFF

I need to control a serial device with DTR and RTS pins, but, till now, no lucky...:( The ser2net linux manual referes a DTRHI, DTRLO and RTSHI, RTSLO parameters in Control Port parameters...

Any ideas?

ct3fq
12-01-2009, 10:36
Hi,

I have replaced ser2net with remserial daemon but still the same problem with RTS and DTR signals.:mad:

I think the problem is not in serial over net deamons but in the nix stty definitions.
When we send an "echo" data or even only a "cat" command to /dev/tts/1 the RST and DTR signal turns allways ON.

How can I configure stty devices to disable RST and DTR status?