• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Serial Port Data Transmission

It really depends on if the you are talking about a true rs-232 port or are talking about a laptop port. The difference is a true port will have voltages that swing between -12V and +12V some even go -15V to +15V while laptops tend to be 5V to ground.The lower voltages used cannot send the signal as far because the resistance of the wire will cause the bits arriving at the end to look the same. With a true serial port you can get 25ft easily, perhaps more but I never tried. If you really want to go distance you should look at rs-485 it was designed for distance.
 
Do the laptops not use some sort of chip like a MAX232 to re-create the bipolar power supply necessary for RS-232?

Or was that ommitted for some reason?

I agree with the other poster, RS-485 (ie: differential signalling) is a better idea for distance. Or even using something like wireless or Ethernet to some sort of terminal server device if possible.
 
Back
Top