Top "Termios" questions

Termios is Unix API for terminal I/O.

Linux Blocking vs. non Blocking Serial Read

i have this code for reading from Serial in Linux , but i don't know what is the difference between blocking …

linux serial-port blocking nonblocking termios
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 …

c linux embedded serial-port termios
How to read a binary data over serial terminal in C program?

I read followed links and other sources, but didn't find answer for my question. Binary data over serial terminal Data …

serial-port embedded-linux binary-data termios
Raspberry Pi UART program in C using termios receives garbage (Rx and Tx are connected directly)

I have a simple program written in C which uses termios to send a basic string to the Raspberry Pi …

serial-port raspberry-pi garbage uart termios
Unable to import termios package

I am using Python 3.7 and I need to import termios to mask a password input. But I am unable to …

termios python-3.7
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 …

linux serial-port uart termios
Reading from COM port in Java, Error 0x5 at ..\rxtx\src\termios.c(892)

I'm writing a small app in Java to read from COM port, and since we use 64 bit systems I had …

java serial-port rxtx termios
Where to obtain termios.h

In my particular situation I am using MinGW/MSys. It doesn't contain termios.h. Turns out it isn't a library …

mingw termios termcap
Linux - moving the console cursor visual

I'm currently designing a CLI interface for linux, and for various reasons I am not able to use ncurses. I …

c++ linux qt command-line-interface termios
How are flags represented in the termios library?

I'm new to C and driver programming. Currently, I'm programming a user space driver to communicate with RS232 over USB …

c serial-port driver termios