The termios tag has no wiki summary.
0
votes
1answer
46 views
C termios and printf issue
I'm using Lubuntu with LXterminal.
I have (somewhat) unashamedly copied the basis for this code from a stack overflow answer that gives details on c non-blocking keyboard input.
This is the first ...
0
votes
0answers
41 views
termios Arduino read/write failing
Hello I am having some trouble trying to program an Arduino to take commands from a c++ program. I am using termios to connect to the Arduino. The Arduino is in gateway mode (basically it is not ...
0
votes
1answer
49 views
terminal prompt is distorted and unreadable
I am new to the linux programming. I followed example on the web to read/write to console e.g., "/dev/ttyS0". Each time I run the code, it exits without prompting user to write the input. It also ...
0
votes
1answer
217 views
How to properly set up serial communication on Linux
I'm attempting to read and write data from and to an FPGA board. The board itself came with a driver that create a terminal device called ttyUSB0 whenever the board is plugged in. On the FPGA, an ...
1
vote
1answer
118 views
How can I get the Python module termios to work in Cygwin?
I want to run Urwid in Windows so I downloaded and installed Cygwin (default packages only). I tried the Hello World example:
import urwid
txt = urwid.Text(u"Hello World")
fill = urwid.Filler(txt, ...
6
votes
2answers
444 views
Linux termios modifying first character after serial port read()
My termios setup is modifying the first character read from the serial port using read(). I have a microcontroller talking to a linux box. The microcontroller responds to commands sent from the linux ...
0
votes
0answers
143 views
termios messing up stdout in terminal after exiting although old attributes are reset
I'm using termios in a serial logging application, the application reads the serial port and saves data in a file. It also accepts inputs from standard input and sends it to the serial port.
The ...
-2
votes
1answer
96 views
serial programming using termios [closed]
I'm using serial programming with termios to connect to a CISCO router. I have to add at least 2 seconds delay after writing data to the port in order to have the proper output which is not good. How ...
1
vote
0answers
116 views
tcsetattr() fails
&"warning: GDB: Failed to set controlling terminal: Inappropriate
ioctl for device\n"
bool rs485::rs485ConfigPort()
{
termios portSettings;
memset(&portSettings, ...
0
votes
1answer
103 views
Handling escape sequences in a Telnet session
I'm borrowing a short C code that establishes a telnet session using a child-parent scheme and handles the communication between both processes through a pseudo terminal device.
The code runs pretty ...
2
votes
4answers
334 views
Why is serial port skipping data when sending data?
I have written some C++ code to talk to my arduino via serial. It just tries to make oscillations on two servo motors using sine and cosine, but it is skipping data. I'm not sure why this is ...
0
votes
1answer
217 views
Serial port zigbee communication - some wrong characters
I have been having some problem with the serial communication in ubuntu. I am writing C++ code to connect to my zigbee node but the problem is not the zigbee configuration. Since GTKTERM (an ordinary ...
1
vote
1answer
890 views
How do the CLOCAL and CRTSCTS Flags in termios.c_cflag Affect the Serial Port?
I want to configure a UART to use the Hardware Flow Control lines RTS and CTS in Linux. According to http://linux.die.net/man/3/termios, CRTSCTS enables RTS/CTS (hardware) flow control, and CLOCAL ...
1
vote
0answers
80 views
C - Reading Cooked input from stream
I know that there are many questions that are about "reading input" but to clarify I am trying to read cooked input. For some reason fgets is not cooked (Not sure if thats by default or I need to turn ...
1
vote
0answers
116 views
Find Serial Buffer Size of Converter
I'm using an FTDI USB-to-Serial converter on linux. I'm writing an application that implements the standard functionality of changing settings like baud rate, etc... The only thing that I'm not sure ...
1
vote
2answers
420 views
Command-line configurating a TTY device
My task at the moment is to port a driver for some 16550-compatible chip from QNX to Linux. The chip provides several UARTs, each one seen as a standard 16550 serial port, albeit with some extensions.
...
2
votes
1answer
129 views
How echo input characters again after turning off echoing?
I have this code which is meant to hide my password at login screen of terminal. After login, the input all is still blank. How do I set it to normal like back to default after getline is done?
...
0
votes
2answers
142 views
Sign-extending on serial communication with termios and uint8_t
I'm trying to write bytes using the write() Unix system call, but any 8-bit value I send that starts with 1 is turned into a 32-bit value. I've tried looking to see if there are any termios flags to ...
0
votes
0answers
155 views
c_cflag structure in POSIX termios API
I recently started programming for serial ports using the POSIX termios API to read a stream of data coming from a sensor that I have. First, a few details:
My OS details: Ubuntu 11.10 64 bit system, ...
1
vote
1answer
481 views
Can't write to GSM module through Serial connection from ARM board
In our Graduation project, we're supposed to connect a GSM module (ADH8066) to our ARM board (OK-6410) which is running Embedded Linux (Qtopia) and communicate with it.
When we first operate on the ...
2
votes
1answer
141 views
Prevent typed characters from being displayed (like disabling “echo” attribute in termios)
I'm writing a bash script in which I read single characters from the input. I do so using read -n 1 -s. -n 1 is to read only a single character; -s is "silent" mode, in which the typed characters ...
2
votes
1answer
425 views
Attempting to install termios gem results in make errors
I'm attempting to install the termios gem on OS X 10.7 with ruby 1.9.3-p194. It used to install fine, but now, even when i try to install it in 1.9.3-p125, i get the same errors:
...
1
vote
0answers
124 views
how handle ctrl-z within custom command-line interface?
I'm trying to make a command-line interface. I want it to handle Ctrl-Z. It handles Ctrl-C just fine. For now, I have to hit Ctrl-Z twice, before it processes the Ctrl-Z. Here's the code that ...
0
votes
1answer
154 views
One line serial communication, echos wrong
I have a one line serial communication interface, and the problem is that I send in 01010101 and the echo that I receive is 8 out of 10 times 01010101 but 2 out of 10 I receive 01110101.
Code ...
1
vote
1answer
316 views
Read timeout on pty file descriptor failing
I am trying to set a read timeout on a file descriptor representing a PTY. I have set VMIN = 0 and VTIME = 10 in termios, which I expect to return when a character is available, or after a second if ...
2
votes
1answer
465 views
How to get around no backspace when ICANON in non-canonical
I am using termios as suggested in a previous question I asked but now am asking if there is a way get backspace to work whilst using termios in non-canonical mode. I am using termios to have not have ...
0
votes
2answers
151 views
ttys0 misses/garbles data while ttyusb0 does not
A program in c using termios works well if the port is ttyusb0, but misses/garbles data if got through ttys0 i.e comport com1.
proogram runs under ubuntu 9.04 & 10.04
Please suggest the remedies ...
2
votes
1answer
340 views
How to unplug a USB device under Ubuntu and C/C++ without rebooting
I'm using a C program with termios to exchange information and commands between my pc with Ubuntu and a USB motor controller.
It works great and i'm able to successfully send messages over the serial ...
3
votes
1answer
592 views
Porting POSIX C code to windows
I just finished a small project written in C, where I read a data stream from a serial port and parse the incoming data.
The software is written for POSIX systems (using termios) and follows the ...
1
vote
1answer
908 views
Why does this serial communication code hang when talking to a USB-to-serial adapter?
I am writing an application that is supposed to control a projector from the desktop of a Mac Mini. I am writing the application in Objective-C using Xcode and termios.h to talk to the serial port. I ...
0
votes
0answers
410 views
Does VTIME and VMIN serial port options work with select?
I have Linux program that reads a serial port by using select() and read().
It works fine, but there is a performance problem:
Program receives data only 1-4 bytes per single read() call.
And that ...
1
vote
1answer
469 views
Check for extra characters in Linux terminal buffer
I try to implement getch() function in Python, which should also return list of chars for special keys like F1-F12 and arrow keys. These special keys generate several chars in a sequence. Therefore ...
2
votes
2answers
1k views
reading serial port blocks for unknown reason
I am trying to interface a contact-less smart card reader over UART (usbserial) using termios framework under Linux. The code works fine on the PC, but when I cross-compile and try it out on an ARM9 ...
1
vote
2answers
290 views
read() on stdin returning EOF instead of waiting for input
Does anyone know why running the following code may cause all future read() calls on that fd (which is stdin) to immediately return 0 instead of blocking for input?
termios newTerminalSettings;
...
4
votes
1answer
2k views
C read call blocking on serial port operation
I am trying to write a C program in Linux to send and receive data from a microcontroller over the serial port. As a test, I have configured the microcontroller to immediately echo all characters ...
0
votes
3answers
637 views
How to differentiate between Escape and Up/Down/Left/Right with termios?
GitHub
This is the best I can come up with to handle ncurses-style key presses (I'm actually writing an alternative to ncurses for various reasons).
An example app built with this code advises the ...
3
votes
2answers
2k views
Python TTY Control
I guess I'm not clear on what what the function of the getty/agetty/mgetty programs are on a linux/unix machine. I can start a shell on a tty with something like this:
TTY = '/dev/tty3'
cpid = ...
0
votes
1answer
974 views
Why does open()ing a Linux tty hang after killing a process which configured it?
I want to set a serial port in Linux to "raw" mode at 115200 baud. If I run the following program
#include <stdio.h>
#include <termios.h>
#include <unistd.h>
#include ...
0
votes
1answer
220 views
serial data truncated by termios on embedded device
I am working on a C program listening to the serial port running on an ARM Linux embedded device.
Other sets of data work fine, but always when I send a particular set of data, the beginning of the ...
0
votes
3answers
591 views
How to change termios configuration, so that getc() immediately returns when user presses <tab> key?
I want to implement auto-completion feature for my CLI application. The default behavior of getc() is returning only when the following list of characters are entered: NEW_LINE or EOF. I want to add ...
4
votes
2answers
3k views
Linux: Pipe into Python (ncurses) script, stdin and termios
Apparently this is almost a duplicate of "Bad pipe filedescriptor when reading from stdin in python - Stack Overflow"; however, I believe this case is slightly more complicated (and it is not Windows ...
2
votes
1answer
664 views
asynchronous serial transmission C
So i'm working on a program, wich is vaguely going to resemble
Br@y's Terminal, but running from the commandline in linux
It will do asynchronous transmission, out the serial (Com) port.
Now i think ...
3
votes
3answers
744 views
Linux Terminal Problem with Non-Canonical Terminal I/O app
I have a small app written in C designed to run on Linux. Part of the app accepts user-input from the keyboard, and it uses non-canonical terminal mode so that it can respond to each keystroke.
...
1
vote
2answers
2k views
Linux termios VTIME not working?
We've been bashing our heads off of this one all morning. We've got some serial lines setup between an embedded linux device and an Ubuntu box. Our reads are getting screwed up because our code ...