Advantages Of Rs232 Serial Communication

Advantages Of Rs232 Serial Communication Rating: 4,5/5 8019 votes

Technology creates enormous advantages for human kind but it also creates challenges and problems which need to be solved.
Here at U.S. Converters LLC we try to think differently, offering new solutions and streamlined products. We feel that trying to keep the complex simple is the best way for a reliable solution.
We are not only offering the most efficient and effective technology to help our customers solve problems, but also keeping that human link that makes our service and products an enjoyable experience.

In a competitive market we understand that you need to incorporate solutions fast and efficient without hassle, and you expect your parts to run for years without problems or breakdowns. With our convenient and effective online tech support and additional technical documentation you can always rely on superior service and support if you are having problems installing or using our products.

U.S. Converters LLC is a privately owned business started in 2005. We manufacture most types of data communication converters, including serial RS232, RS485, RS422, USB, wireless, Ethernet and specialty data converters. We manufacture, work with sub-contractors and import products which makes us flexible with a quick turnaround time and reasonable prices. We also accept custom orders.
We might not be the biggest but we certainly know what we are dealing with and we probably have the best prices in the US.

U.S. Converters LLC
1263 Southwest Blvd.
Kansas City, KS 66103, USA

CAGE# 6RY27
DUNS# 020215298

Military and Government agencies welcome

______________________________________

RESELLERS:

EUROPE
Idylvaenget 20
6000 Kolding
Denmark

ASIA
D3, KDC Mieu Noi, Dinh Tien Hoang St, W.3
Binh Thanh Dist, HCMC, Vietnam
Telephone: (84.8) 3517 0401

Advantages Of Rs232 Serial Communication

SOME OF OUR VALUED CUSTOMERS:

If serial communication with another device (not included) is desired, use the RS-232 Serial Cable to connect the Display Indicator to the device. Adjust feet height here. Level and Screwdriver not included. Optional Ramp Model No. 236466 Compartment.

Do I need special OEM media from Dell to recognize the BIOS? I know this is early, just wasn't sure about what protocol we need to use to upgrade hardware or just do a fresh installation with Windows 10. This is basically a 'Key' not valid. Do I need a different key from Dell? Dell windows 7 pro oa iso download. So what do we do with this scenario?

$begingroup$

I understand (or am learning, rather) how both RS232 and USB work. What I am really curious about, and can not seem to find much information for, is what kind of disadvantages do USB to RS232 dongles have, if any? I understand driver issues and all of that, I mean is there any significant functionality of RS232 that is lost in the conversion, or can USB to RS232 conversions behave exactly like a native RS232 port?

Additionally, if some dongles are better than others (now with respect to both possible functionality and decent drivers, preferably linux based), do you have any suggestions for a good brand or model?

lakechfoma
lakechfomalakechfoma

Advantages Of Rs232 Serial Communication

$endgroup$

2 Answers

$begingroup$

Driver issues aside the main disadvantage of USB to serial converters ports that I'm aware of is increased latency. Some embedded devices, wireless modems, device programmers and the like often use the flow control lines such as DTR and CTS for non-standard purposes. They may not work if they are timing critical or transitions are required in between a sequence of data. I've encountered several devices like that, mainly older designs from when RS232 was more popular and always implemented as a standard UART.

Technically the USB driver stack also introduces some additional overhead and can cause some issues with old DOS applications. But neither of those is much of an issue with modern PCs and operating systems.

PeterJPeterJ
$endgroup$Serial$begingroup$

Unlike USB to Parallel Port, which are really often usb to ltp printers adaptors only, Usb to Rs232 adaptors are fairly consistent in how they work and how well. Never had an issue with one on a variety of devices, but that's just anecdotal evidence.

That said, the brand of the adaptor itself rarely matters, for the same reason they work so well. It's the IC that the adaptors use that matter. While there are some obscure or in-house made ones, the majority at this point are based on 3 ICs:

  1. Prolific PL2302 (Personally, easiest to use for embedded hacking)
  2. FTDI FT232
  3. Silicon Laboratories CP2101

And the various new revisions of each chip as well. You can find these ics in any given usb to serial adaptor, and there is full drivers for Windows/OSX/Linux. And each is often paired with a Max232 or similar level shifter for rs232 12v logic support, or otherwise has ttl or cmos level outputs (3.3v vs 5v)

So finding a good adaptor requires that you know what signal level you need (12v/5v/3.3v), and pretty much that is it.

PasserbyPasserby
$endgroup$

Not the answer you're looking for? Browse other questions tagged usbrs232 or ask your own question.