RS232 to USB/RS485 Conversion ICs?

  • Thread starter Thread starter madmike159
  • Start date Start date
AI Thread Summary
ICs for converting RS232 to USB or RS485 are being sought, with users discussing options like programming a PIC or using specific chips. USB-to-serial converters are noted for allowing communication between RS232 devices and USB ports, but the reverse conversion is less clear. The FT232R chip is suggested as a potential solution for this conversion, while the MAX202CDR is mentioned for reading RS232 signals. Users express a desire to transition from RS232 to USB due to the latter's advantages in distance and shielding. The conversation highlights the confusion around the bidirectional capabilities of USB-to-serial converters.
madmike159
Gold Member
Messages
369
Reaction score
0
Does anyone know if there are IC's that can convert RS232 to USB, or is the only solution to program a PIC to handle the USB protocol. (I would also settle for RS232 to RS485, I just need a smaller connector with a shielded cable.
 
Engineering news on Phys.org
I know for sure that there are USB-to-serial converters that allow you to turn a USB port on your computer into a serial port, and they all use the same IC. So in some sense, this is "converting RS232 to USB", becuase if you have some external device that communicates via RS232, you can read from or write to it using a computer with a USB port.

However, I suspect from your original post that you are actually asking about the reverse of this, and I don't know off the top of my head if such a thing exists.
 
What I have is an explorer 16 development board which it outputting information via a 9 pin cable using RS232. Ideally I would like a small board that plugs into that and outputs USB to a computer since USB cables work over longer distances and are shielded.

A friend suggested an FT232R to do this, so I'm going to take a look at that.
 
I am dealing with the same issue and I was shocked to see this post. I am using MAX202CDR to read RS232 from a 0-5V source. "Block diagram" would look like: Source goes to MAX chip then to PC via HeadPhone Jack. The headphone jack converts to DB9. Anyways, with RS232 fading away, I want to use USB instead.

I am reading that Future Technology Devices Intl apparently makes these. I also took apart a USB JTAG and found a FTDI chip in there. My guess would be this is the route to go. But that's about as much as I know at the moment.
 
Cool, let me know how it goes. I will post any updates on my progress too.
 
I don't get it. USB to serial converter are also serial to USB. The data can flow both-ways.
Place the converter inside your board and use a long USB cable to hook it to the PC. Whats the problem?
 
I_am_learning said:
I don't get it. USB to serial converter are also serial to USB. The data can flow both-ways.

Until you try to run a hard drive on RS232 ;)
 
"I don't get it. USB to serial converter are also serial to USB. The data can flow both-ways.
Place the converter inside your board and use a long USB cable to hook it to the PC. Whats the problem?"

Yea, I was being very stupid. Fridays...
 
Back
Top