I have difficulties setting serial port parameters.
After program that works fine on same device, stty output is following:
$ stty -a -F /dev/ttyUSB0
speed 1200 baud; rows 0; columns 0; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; swtch = <undef>; start = ^Q;
stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush
Hi all,
Am trying to write a menu driven script using SELECT and if I have more than 4 options, it wraps to the next column.
I am using Aten UC232A Converter to communicate with my micro-controller device using 3 wire interface ie txd, rxd and ground. Though the converter gets detected and driver loaded in my suse11.2. The operation does not work. following are the logs.
any help?
yast
drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
I have looked for answers and so far have found nothing to answer my question. I am currently logging in to my Ubuntu server and upon running a process I can not run any of the interrupts on it.
Whenever I type a mistake into my SCO machine, using bash, I press backspace and it is like pressing enter, but doesn't execute the command.
e.g.
bash-3.1$ ifcomfig "(backspace)"
bask-3.1$
But if I pressed enter, then it would be like this:
bash-3.1$ ifcomfig "(enter)"
bash: ifcomfig: command not found
Why is it doing this?
And how can I fix this?
Thank you
Update
Here is the output o
I have a program that I simply received as an .exe file. Installation seems to work with wine but it asks to activate the product online. The preset is to use the Internet Explorer settings but as I don't have neither Windows nor the Internet Explorer I am stuck.
I'm trying to reverse the protocol used by an early nineties logic analyzer an its PC software.
The device is connected via RS-232 (propietary wiring) and communicates with a DOS program, successfully running on DOSBOX.
I'm able to control the device with the original software but it would be useful to autimathe the downloading of data from the analyzer using a custom program but to do so I need
I fumblefingered the serial port setup for Minicom, and now it ALWAYS finds the incorrect settings.
Looks like the bytes sent were 13 04 06 so the 13 got eaten somewhere. As hex 13 is XOFF, I tried running stty -F /dev/ttyUSB0 -ixon . This seems to have solved the issue. As I had no idea where to start when I wrote the serial interface originally, I looked at gtkterm for how to set up a serial port. It turns out that I forgot to initialize the c_iflag field of the termios