Skip to main content

Questions tagged [uart]

The tag has no usage guidance.

0 votes
1 answer
31 views

How to get root-Access and/or update/extract firmware via UART

I would like to try to equip my non-specific China-Wall-Brick-WiFi-Router with root access and update it if necessary. Here is a sample image of the device: The problem is: The device has no official ...
Adrian Preuss's user avatar
0 votes
0 answers
46 views

Reading the output from arduino slower than it produces the output: what is the buffer size?

I have two different boards with Atmega16U2 (Uno) and ch341 (Nano). They are not genuine actually, but it doesn't matter here I think. I was asked to look at some code which didn't work as expected. ...
LRDPRDX's user avatar
  • 133
0 votes
1 answer
25 views

RS232 (FT232R) - Different TX voltages with the same adapter under Windows and Linux

I have a USB to RS232 adapter cable (FT232R) that I use with Windows and Linux. Therefore I use a Python script with pyserial. Under Windows, the lowest voltage during a data transfer is -6.2V and the ...
FHG's user avatar
  • 1
0 votes
1 answer
170 views

Armbian enable UART2 for TX/RX

I'm trying to use the UART1 and UART2 of my device (a NanoPi NEO) to read serial data. So far, UART1 i fully functionnal and I can read and transmit data through /dev/ttyS1. I've enabled UART2 using ...
IArchi's user avatar
  • 11
0 votes
1 answer
175 views

how can I make socat simulate unplugging a serial device

I have this test program import sys for line in sys.stdin: print(line.strip()) print("DONE") if I get it to print out lines from a real device (an FTDI) python3 demo.py < /dev/...
Alex028502's user avatar
0 votes
0 answers
71 views

Why is the serial communication with this device failing?

I have two serial to USB adapters connected to my computer, each one is connected to a microcontroller. What I want to do is send commands to each microcontroller through UART (I'm using minicom), but ...
EmTor's user avatar
  • 1
0 votes
1 answer
33 views

How do I tell a /dev/ttyUSBN device that it's a master?

Using the terminology of ptys, the slave end connects to the CLI program and the master end connects to the user / keyboard / terminal emulator. I have an FTDI USB UART connecting my laptop's USB port ...
enigmaticPhysicist's user avatar
0 votes
1 answer
505 views

How to make use of an M2 PCIe card UART interface?

I have a motherboard (AIMB-218) with an M2 E key slot and according to the documentation of the said motherboard the M2 slot supports UART. I am trying to use a wireless module (Wi-Fi + Bluetooth), ...
VL-80's user avatar
  • 190
0 votes
1 answer
128 views

How to integrate radio modules to Linux networking stack

I want to know whether it is possible to add a radio link (point-to-point) to the link layer of the networking stack on Linux so that programs can communicate using TCP/IP. Assuming the only way to ...
Dennis's user avatar
  • 1
0 votes
0 answers
945 views

Minicom: send string when newline is detected

I have 3 different USB-to-UART FTDI cables and use minicom to debug some device. My problem is only one of these cables can buffer characters until I send a newline. Eg when I type the string "...
user1397215's user avatar
0 votes
1 answer
172 views

Reading /dev/ttyS4 from a BeagleBone running Debian 10 not what is written

I am pulling my hears trying to make ttyS4 up and running on a Beaglebone black. I have set up UART4 in my /boot/uEnv.txt (see it at the bottom of my question). On the Beaglebone I have the comms cape ...
Stéphane de Luca's user avatar
0 votes
1 answer
381 views

Trouble finding on-board serial port via UART: "-bash: echo: write error: Input/output error"

I have an old tv box that I wiped recently with Linux. I would like to connect a device to its onboard UART pins, to which I've soldered wires that connect to a UART adapter on my PC. I opened up a ...
Jeebus's user avatar
  • 1
-1 votes
1 answer
2k views

Manually installing drivers on Linux Mint

I am currently trying to install a driver through terminal. It is for the USB UART XR21B1411 serial port adapter. I installed it in the past, but cannot remember how I did it. Here is a link to the ...
Ben G's user avatar
  • 1
0 votes
1 answer
604 views

Enabling second UART in U-Boot

I am working on a project with SAMA5D3-xplained board with CortexA5 processor and embedded Linux. I would like to send and receive some data via UART during U-Boot is running and before a kernel is ...
user6758's user avatar
0 votes
1 answer
2k views

The linux boot message in dmesg doesn't output to uart

My problem is my linux is success for boot but there is no more boot message output to uart(ttyPS0) after "Starting kernel...". As you can see in the pic, there is a lot of boot message in ...
Jazz Chou's user avatar

15 30 50 per page