Hello ,
Thank you for the posted message,
I will try with it ,
I wrote a digi and a technician told me that I do the next:
For xon/xoff flow control add the following 2 lines in /etc/rc.d/rc.local:
–cat < /dev/ttyD000 > /dev/null & (ttyD000 is just an example)
ditty ixon ixoff ixany /dev/ttyD000 (ttyD000 is just an example)
You can first run these two commands from the command line. Add them to rc.local so they are executed when you boot.
If that fails, try DTR flow control:
–Change the printer configuration from xon/xoff to DTR
–Change the ditty command given above to:
ditty ctspace /dev/tyyD000
Now this the configuration that I have in the port 5 of the digi.
forcedcd -altpin -fastbaud (2400)
rtspace -dtrpace ctspace -dsrpace -dcdpace
DTR+ RTS+ CTS+ CD- DSR+ RI-
startc = 0x11 stopc = 0x13
-aixon astartc = 0x0 astopc = 0x0
onstr \033[5i offstr \033[4i term vt100
maxcps 100 maxchar 50 bufsize 2048
speed 2400 baud; rows 0; columns 0; line = 0;
intr = ^C; quit = ^; erase = ^?; kill = ^U; eof = ^D; eol = ;
eol2 = ; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;
lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 hupcl -cstopb cread clocal crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon ixoff
-iuclc -ixany -imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke
If you have some other idea or clue please let me know.