Skip to main content

Questions tagged [serial]

Serial communication is the standard USB connection between the Arduino and a computer with a standard USB A to B cable or through the TX/RX pins using a USB to serial converter. It can also refer to the serial library.

0 votes
0 answers
21 views

Az Arduino soros portját, hogy lehet elérni az ARDUINO IDE nélkül Win 10 ből
Péter Rákosi's user avatar
0 votes
0 answers
78 views

I am trying to build a USB Host-side serial port emulator, similar to HyperTerminal or TeraTerm, to run on an Arduino platform. That is, to send and receive ASCII characters to and from a USB Serial ...
Woodrow Bonewright's user avatar
0 votes
1 answer
95 views

I am using a HC-SR04 ultrasonic sensor to measure the distance using an Arduino Uno. When I run this code which is worked perfectly in the previous, it only shows just random readings in the serial ...
Y_Jay's user avatar
  • 13
0 votes
2 answers
69 views

I am trying to use two serial ports on the STM32 Nucleo-C092RC, but the 2nd serial port (i.e. USART1) is completely silent (USART2 is the default serial port used by STLink/VCP/USB on the C092RC). No ...
B M's user avatar
  • 13
1 vote
1 answer
96 views

I have a project (Digital Dashboard for a Motorhome) in Pi that reads JSON data from an Arduino board and sends it via Serial. The Pi gets the JSON data, makes some adjustments and then sends it to an ...
Honeybadger22's user avatar
0 votes
1 answer
122 views

I am sending large texts from PC to Arduino over Serial and I cannot simply copy-paste it, as Arduino is not fast enough to process it on the fly. I need some flow control (probabely XON/XOFF) so ...
gilhad's user avatar
  • 1,466
2 votes
1 answer
114 views

I'm trying to connect a fingerprint sensor (Adafruit type) to my ESP32 (DOIT ESP32 Devkit V1), but the Serial Monitor remains completely blank, even though I'm using Serial.begin(9600) and printing ...
R T's user avatar
  • 21
1 vote
1 answer
57 views

This is unfinished code for driving a 4 digit 7 segment display. When I run my data function that should output the data to send to the shift register, I get a very weird output. 0 00111111 1 00111111 ...
Daniel MacDonald's user avatar
0 votes
3 answers
177 views

So I want to variably set the voltage going to one of RGB_LED's pins . The way I thought of doing it is to write the quantificator into the serial monitor with the first byte representing the variable ...
PalyPvP's user avatar
  • 21
2 votes
2 answers
145 views

I am working on communication between a Arduino and ATtiny13, and I need to get this bare-bone communication to work. There is a Arduino Nano powered by USB cable from the PC, and there is ATtiny13 ...
Milos's user avatar
  • 121
-1 votes
1 answer
101 views

I have an LED display connected to a Teensy microcontroller using the FastLED library, which is connected to a Raspberry Pi Zero running Python via a USB hub. I am looking for an existing library that ...
Bill's user avatar
  • 109
0 votes
2 answers
87 views

I am having a circuit that I am using the RX pin to receive data (int) from other uC (ESP12E) as one way communication, and for the lack of pins I had to use the TX pin as GPIO for a digit of a seven ...
Maher's user avatar
  • 11
-1 votes
1 answer
209 views

I have an esp8266 that most often won't work with Putty, but always works with Serial Monitor in Arduino IDE. Baudrate is set to 115200. Putty fills the terminal window with odd characters and the ...
Runnin's user avatar
  • 1
0 votes
0 answers
111 views

Unpacked my first Arduino today, an Uno. Went to try the instructions from the arduino-cli getting started tutorial. When I connect the unit with USB, I get three quick flashes, then slow continual ...
lash's user avatar
  • 101
2 votes
1 answer
87 views

I'm currently trying to test an extremely simple circuit where I use an ATTiny86 to output some arbitrary values via serial to an Arduino micro. The problem I am facing is that all of the values being ...
Patrick Voorhoeve's user avatar

15 30 50 per page
1
2 3 4 5
145