Skip to main content

Questions tagged [serial]

In serial communication data is transmitted as a sequence in time. Main advantage: much less wires needed. Main disadvantage: Higher bandwidth for the same throughput.

0 votes
2 answers
57 views

Do FT232 come pre-programmed out of the package?

I'm working on a board which requires USB serial communication. For this I want to use an FT232RNL, however I'd like to know if I need to program it before I install it on the board. Also, do I need ...
hdaniu's user avatar
  • 29
7 votes
1 answer
362 views

Design of very long serial signal systems

In the current case there is a single signal conductor, tens (hundreds?) of meters long, which serially connects door and window sensors for a whole building. The sensors are simplest possible ...
NoobPointerException's user avatar
0 votes
2 answers
117 views

Is it normal to get garbage output through UART when resetting the microcontroller?

I have written functioning code for Serial Communication through UART, and when stepping through the code it transmits characters just fine. I have done this using microlib, so I can use printf (I ...
spyduck's user avatar
0 votes
1 answer
71 views

Serial Port connected thru HDMI... Kinda works and now I have questions

I want to preface this with the fact that I don't know much on the hardware end of things. We have a device at work that requires a serial port connection to communicate with the software that ...
Ben Leatherman's user avatar
0 votes
0 answers
68 views

Decoding unknown serial data from treadmill console board

I have been working on a treadmill project whereby my aim is to manually control the treadmill with an Srduino without using the remote. Info about the treadmill - The treadmill is just a normal ...
Soham2001's user avatar
0 votes
0 answers
36 views

Fingerprint sensor module communication (FPM383 R503)

I'm working on a fingerprint sensor that is known as FPM383. It is much like the well known R503 sensor. Their datasheet and serial communication manual are almost identical. I was trying to control ...
AKTanara's user avatar
  • 291
0 votes
0 answers
29 views

ATTINY85-20SUR and serial communication

I am trying to use this chip ATtiny85 for serial communication. So my question is, would you recommend using it for serial communication, such as storing names, IDs, data, and last operations? Should ...
AAS's user avatar
  • 21
0 votes
1 answer
32 views

Where can I get the virtual port name for a serial monitor in Simulide

I'm trying to set up a Serial Monitor in SimulIDE, so I can keep track of the variables in my Simulation: However I apparently need a port to open the monitor: I've seen Youtube videos where they ...
haifisch123's user avatar
1 vote
0 answers
42 views

ESP32-C3-MINI-1-N4: can't establish Serial connection but can flash code

I've recently build my own dev board utilizing the ESP32-C3-MINI-1-N4 module. Everything works pretty well and just as expected, I can control a few onboard LEDs just fine and upload code and ...
EmilEmilchen's user avatar
1 vote
2 answers
66 views

Designing a particular clock cycle series with glue logic/CMOS/TTL for serial data without a uP

I am looking to design an interface for serial data that runs for 31 cycles (not 32, I know), but with uneven cycles to transmit serial data. Each cycle is 8 clock pulses (at 7MHz). For the first 20 ...
paraparabolic's user avatar
0 votes
1 answer
88 views

USB to TTL (CH340G) quickly becomes unreadable

I bought a CH340G based USB to TTL converter to interact with a new embedded system I got. The output starts out fine but becomes unreadable after a few lines ...
user1129682's user avatar
0 votes
2 answers
100 views

Why does RS-232 Communication fail between these 3 ESP32's?

What's the Goal? Trying to get two esp32's to communicate over their UART lines using RS-232. My initial inspiration and idea for the connections was based on https://esp32io.com/tutorials/esp32-rs232 ...
jouell's user avatar
  • 117
0 votes
0 answers
31 views

Gibberish data with custom Atmega 2560 UARTs

So I have an issue with the UART configuration of my customized uC based on the ATmega2560. To establish serial communication, I'm using the FT232RL chip and the Arduino IDE. I don't have any issues ...
Wyufiyra's user avatar
4 votes
3 answers
589 views

Custom Arduino MEGA crashes ONLY on a specific command when plugging UART-USB converter before main power. Phantom power leaking through UARTs pins

Disclaimer Based on multiple attempts to find the cause of the problem, I have determined that I might be facing a hardware issue rather than a programmatic failure, hence why I am posting this here ...
Daniel Melendrez's user avatar
6 votes
4 answers
344 views

Is there a canonical way to signal WS2811/2812 LED strip?

The WS2811/2812 protocol is well-defined and hence the chip now seems to dominate addressable strip lighting products. People have managed to use SPI and UART to control it, and someone even did it ...
Milind R's user avatar
  • 212

15 30 50 per page
1
2 3 4 5
98