Skip to main content

Questions tagged [uart]

A UART (Universal Asynchronous Receiver Transmitter) is a piece of logic that sends and receives data on a serial port.

4 votes
5 answers
20k views

Three UART connections to an ATMega328?

I'm looking at the ATMega328p data sheet, and an Arduino Pin diagram, trying to determine if the chip can support three UART connections. I see that PD0 and PD1 are "USART" In and Out. So does that ...
Brad Hein's user avatar
  • 1,052
2 votes
5 answers
3k views

What causes a UART device to continuously repeat its last transmission?

I just got this awesome Bluetooth module in the mail. I connected power and UART pins, and tied pin 34 to +3.3v with a 1k resistor (that puts the module into AT command mode rather than pass-through ...
Brad Hein's user avatar
  • 1,052
7 votes
5 answers
6k views

RS-232 Buffer circuit

I wanted to sniff communication between two RS232 devices. This link presents a simple solution but I want to make sure that my 'sniffer' does not load the communication link. To that effect, I was ...
itisravi's user avatar
  • 386
11 votes
3 answers
18k views

Can the Arduino be used to "spy" on a UART connection between two devices?

I have a need to install an Arduino (actually just the IC) into existing hardware to enhance functionality. What I would like to do is connect the Arduino so that it "spys" on the I/O lines between ...
Brad Hein's user avatar
  • 1,052
39 votes
13 answers
24k views

Software to create timing diagrams

In my professional life, I sometimes need to create timing diagrams for protocols: UART, SPI, etc. However, I can't find any good programs available. What programs can be recommended for this and what ...
Seidleroni's user avatar
  • 1,684
5 votes
5 answers
8k views

Anything special I need to know about RS232 & FT232R?

I'm trying to interface an XSens IMU with my computer, and I'm running into interesting difficulties. The IMU has an RS232 connector that just uses the pins VCC, GND, TX, RX, nothing else. The SDK ...
talsit's user avatar
  • 145
3 votes
1 answer
2k views

How do I calibrate an AVR's RC oscillator using the UART?

I would like to set my AVR's OSCCAL for proper RS-232 communication using the other end's transmission as the calibration clock, without having to solder the RX pin to a timer pin. Is there firmware ...
joeforker's user avatar
  • 5,666
3 votes
2 answers
633 views

USB-to-UART bridge: protocol mapping?

I was wondering how does the protocol mapping work between the USB side and the UART side when dealing with the Microchip MCP2200? What sort of USB transfer type is used? bulk? isochronous? ...
jldupont's user avatar
  • 555
2 votes
1 answer
1k views

RFID Reader UART

Was wondering if someone could give me a hand with a project that I am undertaking. I have searched forums high and low and am yet to find the information to solve my problems. Basically I have an ...
user avatar
6 votes
8 answers
3k views

It's been more than 10 years (since I designed hardware with RS-232), and we're still using RS-232?

Are there any alternatives to this ancient yet still popular way of communication?
Maltrap's user avatar
  • 491
22 votes
11 answers
33k views

Injecting a communication signal over DC power supply lines

I'd like to be able to daisy chain multiple devices using just the power supply wires and then inject a communications signal over the power lines to turn it into a half duplex network. Are there any ...
Peter Gibson's user avatar
  • 1,850
10 votes
2 answers
15k views

FTDI FT2232H (USB <-> UART) baud rates?

Anyone used one of the FT2232H chips from FTDI? Specifically, how do you figure out the permissible baud rates? The data sheet is kind of vague, and I have to pick something in the 1-3 MBaud range ...
Jason S's user avatar
  • 14.1k
9 votes
2 answers
3k views

Minimum ATMega328 speed with UART

I am looking at designing a low-power project that will have an ATMega328 running at a low speed for lower power consumption. The current plan is to have the UART hooked up to a RF Link Receiver for ...
robzy's user avatar
  • 323

15 30 50 per page
1
106 107 108 109
110