37

"RS" in communication standards RS232 and RS485 stands for "Recommended Standard". But what information does "232" or "422" or "485" convey in the name? What naming convention is used for numbers succeeding the letters "RS" when naming the RS standards?

Null
  • 7,448
  • 17
  • 36
  • 48
Sonam
  • 441
  • 4
  • 8

3 Answers3

40

It signifies nothing; it's part of a sequential list of EIA standards: -

enter image description here

Andy aka
  • 434,556
  • 28
  • 351
  • 777
  • Well, it refers to one very specific item in that list. Isn't that significant? – Octopus Feb 02 '17 at 03:10
  • @Octopus maybe you can be a little clearer about what you mean? – Andy aka Feb 02 '17 at 08:14
  • You said "it signifies nothing". It signifies which paragraph or section it is covered under. – Octopus Feb 03 '17 at 16:52
  • @Octopus maybe, if you became more pedantic in your attitude towards formally accepting answers to some of the questions you've raised, I'd be somewhat impressed by your cutting humour. – Andy aka Feb 03 '17 at 16:59
  • I only called you out on that statement because you're implying that the OP asked an invalid question. "What does this signify?", "Nothing!" It's actually an excellent question. You're not impressing anybody. If your job here is to invalidate questions and comments then well done. – Octopus Feb 03 '17 at 17:07
  • @Octopus you are boring me now, I suggest you place a down vote to make you feel better and depart. – Andy aka Feb 03 '17 at 17:09
30

It's the document serial number of the standard. Same reason why the HTTP protocol is also known as RFC2616 and the Javascript programming language is also known as ECMA262.

The numbers themselves have no meaning. For example while EIA232 specifies the electrical characteristics of a digital serial communications system, EIA222 specifies standards for antenna masts and RS225 is a standard for RF connectors.

Wikipedia has an incomplete list of popular RS/EIA standards: https://en.wikipedia.org/wiki/EIA_standards

slebetman
  • 1,660
  • 11
  • 14
  • 3
    RFC numbers do occasionally have a little structure, but as far as I know it's limited to things like reusing the last two or three digits of the number for an update to an important standard (e.g. RFC 822, the original core email specification, was superseded by RFC 2822 and then RFC 5322). – zwol Feb 01 '17 at 16:29
  • 3
    I don't know anyone who refers to the HTTP _protocol_ as RFC2616 -- the document itself gives the protocol a name, so that is its name. (It's not even specified by RFC 2616 any more -- it was replaced by RFCs 7230 through 7237 in 2014). – hmakholm left over Monica Feb 01 '17 at 18:50
  • 3
    @HenningMakholm -- it's probably exactly because the IETF doesn't maintain document numbers for a specific topic that we don't use the document number in the name of protocols. Other standards bodies typically use a versioning scheme (e.g. appending a date after the document number as in Crowley's example of ISO9001:2016 referring to a specific version of ISO9001) that allows the base number to remain the same when new versions of a standard are released. That makes it much more convenient to use the document number to refer to the standard. – Periata Breatta Feb 02 '17 at 11:17
  • @Periata Breatta Thank You.Reasonable explanation. – Sonam Feb 02 '17 at 13:03
3

RS = recommended standard

RFC = request for comment,

numbers don't have any real meaning

guest
  • 47
  • 1
  • 1
    The OP knows about RS already, and doesn’t mention RFC. – JDługosz Feb 02 '17 at 08:08
  • 1
    Historically, RS = Radio Sector. This was the sub-department of the EIA that was involved in the standard. It was adapted to Recommended Standard over time. – Rev Feb 13 '17 at 13:15