Skip to main content

Questions tagged [serial]

is the process of sending data one bit at a time, sequentially, over a communication channel or computer bus. Traditionally "serial" relates to a three (or more with hardware handshaking) wire system (TIA-232-F), now using ∓25V Voltages. Technically speaking the specialized SPI (Serial Peripheral Interface) and I2C (Inter-Integrated Circuit) buses are serial communication systems as well - use one of those tags if they would be more appropriate!

0 votes
0 answers
20 views

How to connect a LD2410 radar sensor to a RaspberryPi 3 [closed]

I am trying to connect an LD2410 radar sensor to my RaspberryPi with the following connections: VCC to Pin 2(5V) GND to Pin 34(GND) TX to Pin 10(GPIO 15 RX) RX to Pin 8(GPIO 14 TX) Out to Pin 12(GPIO ...
Henrique Lopes's user avatar
-1 votes
0 answers
16 views

Error while communicating with i2c ports [closed]

I am trying to run a python script for initialising a projector and i am getting this error. I have enabled i2c and spi interface using sudo raspi config. Intialising the DLPC1438... Setting PROJ_ON ...
Rutwik Patil's user avatar
0 votes
0 answers
45 views

Can't communicate device with his RS323 to 2 pins uart of GPIO

I have a a microbench device, it has his RS232 port. but I just can read data from this microbench device with this cable: The microbench device have tx pin with -9V. How can I comunícate microbench ...
Torprendido's user avatar
0 votes
0 answers
17 views

U-Boot on alternative pins

My GPIO 14/15 pins (and I believe UART0 and UART1) are broken, so I cannot use the default serial port for U-Boot. How can I get U-Boot to boot on a different serial port on my Raspberry Pi 4B?
Jeremy Salwen's user avatar
-1 votes
1 answer
30 views

Minimal config.txt for enabling UART0

I am attempting to connect to the UART0 on my Raspberry Pi 4B. I have shorted together GPIO pins 14 and 15 (pins 8 an 10 on the header). I then run picocom /dev/ttyAMA0 and see if it's echoing (it ...
Jeremy Salwen's user avatar
0 votes
0 answers
32 views

Raspberry freezes when closing serial connection

I wrote a Python script with pyserial to read data from two different USB devices (Witmotion IMU, Ublox ZED-F9P GNSS Receiver). This works perfectly on Windows. Every time I run the same script on a ...
pythom2's user avatar
-1 votes
1 answer
28 views

Unable to use UART and Bluetooth in RPi3 with audio output simulatneously

I am using Rpi 3b+ and I am trying to use the Bluetooth and UART simultaneously. with ls -l /dev: Serial 0 - ttyAMA0 Serial 1 - ttyS0 I had to use the UART (for reading coordinates in GPS) and ...
Aryan's user avatar
  • 1
0 votes
0 answers
27 views

Reading Serial (RS-485) Data (RPI5)

I have an RS-485 Shield that im using but none of the sample code or online guides for this that i can find seem to work. I'm not interested at this stage in doing anything with the data i just want ...
Elliott's user avatar
0 votes
1 answer
33 views

USB Python Script Issue Raspberry Pi OS

I'm encountering an issue where I'm trying to trigger a Python script in the background upon plugging in up to four USB devices, all with the same USB vendor and product IDs. To accomplish this, I've ...
Figaro's user avatar
  • 1
0 votes
1 answer
126 views

When is the 'disable-bt' dtoverlay necessary?

I have a Pi 3B+. There are a number of resources out there that suggest it is necessary to enable the disable-bt overlay in order to make use of the serial UART on GPIO 14 & 15. E.g., this ...
larsks's user avatar
  • 653
0 votes
0 answers
54 views

USB serial port

Trying to connect USB serial port device to raspberry Pi4. But command below does not show any changes ls -l /dev/tty* I was expected to get new device that starts with /dev/tty . Correct me if I'm ...
vico's user avatar
  • 163
0 votes
0 answers
33 views

Which Cable Should I Use to Send Serial Data From my PCB to a Raspberry Pi via USB?

My PCB has a 16-pin male connector with a 2.54mm pitch. I was going to connect this to my Raspberry Pi via its GPIO, but I have a PiSound sitting on it now, so my only other option is to connect to it ...
Jelani Thompson's user avatar
-1 votes
1 answer
60 views

Rpi Pico receiving on multiple UARTs by C-SDK [closed]

How make by C-SDK same Rpi Pico receiving on multiple UARTs
YAsunari GEN's user avatar
0 votes
1 answer
175 views

Communication between two RP2040 devices with micropython

I have two RP2040 devices, one a Raspberry Pi Pico W(H), and one a Waveshare RP2040 LCD 1.28 device. I am trying to send data from the Waveshare to the Pico through a USB cable (USB-C on the ...
Andrew Stacey's user avatar
0 votes
0 answers
25 views

USB devices changes ttyACM and device rumber on automatic reconnect

I have a Quark elec AIS receiver connected to my raspberry pi 4 and after some randon amount of time it disconnects en reconnects. After this the device number and the ttyACM* number changes. See the ...
Daan's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
50