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!

225 questions with no upvoted or accepted answers
5 votes
1 answer
245 views

Problem sending analog read values over serial

Ok I apologize as I have edited this quite a bit, but I have narrowed down the problem a bit more. For some reason I can't transfer values from my arduino analog pins?? I am trying to send values ...
MattG's user avatar
  • 193
3 votes
0 answers
578 views

Device drivers only working on boot

I am trying to connect some peripheral devices (test equipment) to a Raspberry Pi 4B+ running Raspbian and I am running into issues with device drivers for serial (using a pl2303 driver) and usb ...
CharLee's user avatar
  • 31
3 votes
0 answers
1k views

Controlling a laser rangefinder via the raspberry pi

First, a disclaimer that I am an electronics newbie. I got my hands on a laser rangefinder which looks very similar to this: On the top left corner, there are two sets of pins. The first set has ...
Theo's user avatar
  • 31
3 votes
0 answers
316 views

Coin acceptor misbehave when connected on raspberry pi

I have a Bill note acceptor and a Coin acceptor, and I have wrote a program in C# to communicate with these two machines, and it worked perfectly on windows, after that I migrated this application to ...
amm965's user avatar
  • 131
3 votes
0 answers
6k views

Raspberry Pi and LIN Bus

I want to implement a LIN Bus using a Raspberry Pi 3. The RPi will be the master controlling slaves on the LIN Bus. My idea is to use the Raspberry Pi UART, but I am not sure to what extent this ...
A.Chaalane's user avatar
3 votes
0 answers
2k views

Raspberry Pi 3 Bluetooth Baud rate

How do I increase the available baud rate of the bluetooth module for the Raspberry P1 3 model B? I have tried editing the /boot/config.txt file with: init_uart_baud=1000000 init_uart_clock=16000000 ...
mlawes's user avatar
  • 31
3 votes
0 answers
2k views

Serial sniffer?

I have a serial RS-232 connection from a PC's com1: port to a vendor's device. The vendor's device is going to 100% CPU utilization and the vendor claims that our software on our PC is causing that. ...
Shade's user avatar
  • 51
3 votes
0 answers
859 views

Persistent names for usb-serial devices

I am making a weather monitoring system to use Raspberry Pi 2. In weather eye, there are two sensors and two USB to serial ports. I want persistent names for USB-serial devices. I imitated this link,...
손형곤's user avatar
3 votes
0 answers
295 views

Slice of Radio and Ithobox

I've got a Raspberry Pi with Ciseco Slice of Radio and I'd like to control my Ithobox LINK It has an 868 Mhz RF transmitter/receiver and I also have the optional RF remote control unit which I'll be ...
user3675572's user avatar
3 votes
0 answers
2k views

How to establish network connection between Mac and Pi using serial cable?

I have managed to establish a connection from my Mac (OS X 10.9) to Raspberry Pi (Raspbian 3.6.11) using a serial USB to TTL cable by following these instructions. I can successfully establish a ...
j b's user avatar
  • 131
2 votes
0 answers
191 views

Pi-Pico reading data from UART0 working while powered via USB but receiving garbage when powered via VSYS or VBUS

When I power the pico by usb (either from my pc or a powerbank) and run my micropython script to read from UART0, it reads the incoming data (NMEA sentences) perfectly fine. However, if I power the ...
Ryan Jennings's user avatar
2 votes
0 answers
499 views

C# .NET Core application cannot open serial port

I'm running a .NET Core application on Raspberry Pi OS (32-bit Debian). pi@raspberrypi:~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux&...
thinwybk's user avatar
  • 175
2 votes
0 answers
320 views

Bluetooth device connection lost after a second

With the Raspberry Pi 3B i was able to succesfully pair and connect a Barcodescanner (OPN2006). For this, I used the following code: pi@raspberrypi:~ $ bluetoothctl Agent registered [bluetooth]# power ...
Beginnerlevel's user avatar
2 votes
0 answers
579 views

pySerial - UART - Determining when a message has actually been sent (callbacks?) (RTS/CTS hacking?)

For reasons (explained at the end of the post) I need to have a pin change state immediately as the UART finishes outputting a set of bytes. I'm using pyserial & pigpiod on a RPi3B+ and bluetooth ...
Mudf4ce's user avatar
  • 21
2 votes
1 answer
2k views

Problem with 1-Wire devices not showing up on GPIO4

For a project I want to implement 1-Wire communication in a Raspberry Pi Zero W. The goal is to use a Maxim Integrated Max17313 Fuel Gauge for inspecting battery usage. To make sure the implementation ...
Björn Ellensohn's user avatar

15 30 50 per page
1
2 3 4 5
15