About 478,000 results
Open links in new tab
  1. How to read/write to tty* device? - Unix & Linux Stack Exchange

    I have a device that sends information over USB to my computer. Arch Linux sets up this device by creating a file named ttyUSB0 in /dev/. I have been using GTKterm to receive this incoming informat...

  2. command to determine ports of a device (like /dev/ttyUSB0)

    I just need a command which will give me port of a device and will not push me to disconnect and reconnect my devices. ls /dev/ttyUSB* will only list maybee 10 ports but from this list I cannot tell …

  3. Error: Cannot perform an interactive login from a non TTY device

    Oct 8, 2019 · Error: Cannot perform an interactive login from a non TTY device Ask Question Asked 6 years, 2 months ago Modified 2 years, 11 months ago

  4. What is the exact difference between a 'terminal', a 'shell', a 'tty ...

    A TTY (i.e. T ele TY pewriter) is a special device that lets people who are deaf, hard of hearing, or speech-impaired use the telephone to communicate, by allowing them to type text messages.

  5. What is tty within Linux? - Unix & Linux Stack Exchange

    Mar 21, 2019 · Each "tty" device was connected via a serial port, because copper wire was expensive and so "parallel" port devices were mainly used for short-distance interfaces like to a local printer. …

  6. How Linux uses /dev/tty and /dev/tty0 - Unix & Linux Stack Exchange

    Apr 27, 2017 · 18 /dev/tty is the controlling tty of the current process, for any process that actually opens this special file. It isn’t necessarily a virtual console device (/dev/tty n), and can be a pty, a serial port, …

  7. flush tty device buffer from terminal - Unix & Linux Stack Exchange

    Feb 25, 2019 · I have a serial device on /dev/ttyAMA0. I have program written in C that communicates with this device. But apart from the C program I sometimes need to input some configuration data …

  8. Linux: Difference between /dev/console, /dev/tty and /dev/tty0

    Jul 25, 2023 · On a Linux system, what is the difference between /dev/console, /dev/tty and /dev/tty0? What are their respective uses, and how do they compare?

  9. How to send data to a serial port and see any answer?

    Feb 26, 2014 · 5 You can read and write to a device simulataneously like so: cat /dev/cu.usbmodem411 & cat > /dev/cu.usbmodem411 Your message is sent to the second cat from stdin, and the first cat …

  10. How to bind USB device under a static name? - Unix & Linux Stack …

    Feb 15, 2016 · The device connected to port 4.1 is a USB-serial adapter with four serial ports on a single device, therefore it has final values of 1.0, 1.1, 1.2, and 1.3 to signify all of the ttys on the single device.