GARTHWILSON wrote:
ty9000, I have not gotten into Arduino, but I suspect it does not have the RS-232 line drivers and receivers...
No, I don't think Arduinos have line drivers/receivers - some of the larger ones have multiple Serial interface ports (Tx and Rx) where the baud rate can be defined, whereas smaller ones need to have a second Serial interface created via software (not the most optimal solution). But yes - I'm pretty sure it's just a digital 5v or 0v signal at any point in time.
GARTHWILSON wrote:
If that's what the Arduino also does, you should be able to hook them up straight across. The FTDI converters which floobydust mentions come in different versions, with and without line drivers and receivers. Just make sure you get the right one.
Okay, that's what I thought since the Arduino can send +5v or 0v from its digital pins. I figured if I went this explicit route, I would technically never be able to hook it up to a "real" computer via RS-232 cable since I don't have the line driver/receiver. I did find many USB/UART devices online that have a FT232RL chip in them, so I might go that route too. It may be easier in the long run since I can just use a PuTTY or something akin to that and it'll just natively "work."