You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 9Good answer (especially the part about USB, PCIe, SATA, SAS, etc. also being serial.) It might also be worth noting that the term "serial port" is also used commonly to refer to things like SPI and I2C, not just UART. All of those remain common in embedded systems even today.reirab– reirab2017-11-14 23:46:02 +00:00Commented Nov 14, 2017 at 23:46
- I thought RS232 was only +/- 5v - I seem to recall it was RS422 that was +/- 12v.OldCurmudgeon– OldCurmudgeon2017-11-15 13:46:46 +00:00Commented Nov 15, 2017 at 13:46
- @reirab Even (wired) ethernet and PCI-e are in essence serial. (With possibly several serial lines used in a parallel).Tonny– Tonny2017-11-15 14:05:38 +00:00Commented Nov 15, 2017 at 14:05
- 3@OldCurmudgeon TTL RS232 uses 0-5V. RS422 can go upto +/- 48V if memory serves. The 5V and 12V are just very common because those voltages are readily available from the power-supplies of many devices so don't require additional circuitry to generate the voltages.Tonny– Tonny2017-11-15 14:08:25 +00:00Commented Nov 15, 2017 at 14:08
- 6RS232C is way, way old. I'm Pretty sure that version of the standard required the voltage levels to swing between something like +12V and -12V. Since then we've had RS232-D, -E, and -F. One of the later standards allowed voltage to swiing between +5 and -5 (but still required to accept +12 & -12), and then a still later one allowed it to go as low as +/- 3V.Solomon Slow– Solomon Slow2017-11-15 17:36:50 +00:00Commented Nov 15, 2017 at 17:36
| Show 6 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you