Banjo33
Line Up and Wait
What is a “serial wire?” When you have a single wire that serves as a “serial wire,” can its length be extended? Is there anything special about this wire vs standard wire?
In aviation, a serial port wire can be a single wire if it is a transmit going to a receive. If it is a two-way handshake, then it needs 2 wires. A ground is often used, so a shielded pair. In practicality, it is common for a one-way serial to be a single wire, and can be extended as needed. If there is noise in a nearby system, then it may need to be shielded. Also, a serial transmit can go to many receives, but there can only be one transmit on that wire. For example, one mouth can talk to many ears, but two mouths at the same time and nobody can understand.
Jesse, I’ve run a lot of comm or ‘serial’ lines in my ‘10 panel. Thanks for the excellent explanation of how they are used.Just a normal wire. I have seen wires like this get erroneous data when run close to a com transmit cable when transmitting. If something weird shows up, consider shielding it.
It’s never a bad idea to use shielded wire. It’s not always needed, but it can be used all the time. Usually only ground one end of the shield.Jesse, I’ve run a lot of comm or ‘serial’ lines in my ‘10 panel. Thanks for the excellent explanation of how they are used.
The practice I ended up following was to always run a shielded cable and to attach the shield to ground on one end. Never detected any data problems. Any thoughts about that practice?
(For those with no experience with say 20AWG shielded cable - it’s as easy to use as regular wire if you ignore the shield and not much thicker. Teasing the shield out to ground it requires just a little technique)
Sent from my iPad using Tapatalk Pro
RS232 serial lines have such a large voltage swing and aviation speeds are typically so slow that I'd be surprised if anyone saw any genuine noise on a point-to-point connection behind the panel.It’s never a bad idea to use shielded wire. It’s not always needed, but it can be used all the time. Usually only ground one end of the shield.
I remember the official voltage swings are large, as you mention. But I've only have seen 0-5 volt swings, and now only 0-3 V on some devices. How would these lower voltages affect your answer?RS232 serial lines have such a large voltage swing and aviation speeds are typically so slow that I'd be surprised if anyone saw any genuine noise on a point-to-point connection behind the panel.
It still needs to go negative to signal a zero bit, so it can't be 0-3V. While I haven't put a oscilloscope on it, I also think avionics stay in the -5/+5 range or higher. After all, a brand new GTN750Xi is still expected to talk to all sorts of ancient stuff. Plus, there's still the fact that typical usages are so slow and behind the panel isn't a particularly long run.I remember the official voltage swings are large, as you mention. But I've only have seen 0-5 volt swings, and now only 0-3 V on some devices. How would these lower voltages affect your answer?
You are correct when discussing the strict definition of RS-232. I'm describing what may be better described as TTL serial communication, but many people will often use the same hardware (wires and plugs) as true RS-232. If someone is just communicating to their own devices (as is my experience with serial), they will just use the UART built into their processors, so this is just 0 to 3 or 0-5 volts. This may be the case here, transmitting engine data from one box to another.It still needs to go negative to signal a zero bit, so it can't be 0-3V. While I haven't put a oscilloscope on it, I also think avionics stay in the -5/+5 range or higher. After all, a brand new GTN750Xi is still expected to talk to all sorts of ancient stuff. Plus, there's still the fact that typical usages are so slow and behind the panel isn't a particularly long run.
The difficult part is that there isn't a simple answer. TTL serial is definitely more prone to interference than RS-232 (you are correct that TTL does not go negative), but they didn't go building things for airplanes without thinking about it. A well designed TTL serial implementation would be pretty damn noise resistant without shielded wire. A poorly designed TTL serial implementation would be worthless without shielded wire. Devils in the details and we aren't looking at circuit diagrams.You are correct when discussing the strict definition of RS-232. I'm describing what may be better described as TTL serial communication, but many people will often use the same hardware (wires and plugs) as true RS-232. If someone is just communicating to their own devices (as is my experience with serial), they will just use the UART built into their processors, so this is just 0 to 3 or 0-5 volts. This may be the case here, transmitting engine data from one box to another.