Skip to main content
added 489 characters in body
Source Link
Justme
  • 158.8k
  • 5
  • 120
  • 316

No, it is not OK to call an UART as RS-232, because they are two completely different things, located at different layer on OSI model for networking. RS-232 would be the physical layer, and UART would be the data link layer.

Which means, UART can be used with other physical layers too, such as RS-485, RS-422, etc.

Some people mix RS-232 physical layer with UART, because technically all RS-232 ports were implemented with UARTs, and when you just want the UART many chips are still called 232 like FT232 because it is a USB UART which can be used to implement an RS-232 port.

Both those modules are just 3.3V TTL/CMOS level UART modules. They have nothing to do with RS-232. Or rather, they can be thought as typical computer RS-232 serial ports but with the RS-232 part left off, which is what might explain why they are called incorrectly.

RS-232 is a standard for physical electrical interface. It defines things like voltage levels and connector.

What it does not define is the logical bit serial protocol, line code, or encoding.

Those are defined by the UART. The UART uses logic level voltages, and these logic level voltages are converted to RS-232 voltage levels with a level conversion PHY when making an RS-232 interface. But in your case, you do not need RS-232 and need only the logic level UART signaling.

Some people mix RS-232 physical layer with UART, because technically all RS-232 ports were implemented with UARTs, and when you just want the UART many chips are still called 232 like FT232 because it is a USB UART which can be used to implement an RS-232 port.

Both those modules are just 3.3V TTL/CMOS level UART modules. They have nothing to do with RS-232.

RS-232 is a standard for physical electrical interface. It defines things like voltage levels and connector.

What it does not define is the logical bit serial protocol, line code, or encoding.

Those are defined by the UART. The UART uses logic level voltages, and these logic level voltages are converted to RS-232 voltage levels with a level conversion PHY when making an RS-232 interface. But in your case, you do not need RS-232 and need only the logic level UART signaling.

No, it is not OK to call an UART as RS-232, because they are two completely different things, located at different layer on OSI model for networking. RS-232 would be the physical layer, and UART would be the data link layer.

Which means, UART can be used with other physical layers too, such as RS-485, RS-422, etc.

Some people mix RS-232 physical layer with UART, because technically all RS-232 ports were implemented with UARTs, and when you just want the UART many chips are still called 232 like FT232 because it is a USB UART which can be used to implement an RS-232 port.

Both those modules are just 3.3V TTL/CMOS level UART modules. They have nothing to do with RS-232. Or rather, they can be thought as typical computer RS-232 serial ports but with the RS-232 part left off, which is what might explain why they are called incorrectly.

RS-232 is a standard for physical electrical interface. It defines things like voltage levels and connector.

What it does not define is the logical bit serial protocol, line code, or encoding.

Those are defined by the UART. The UART uses logic level voltages, and these logic level voltages are converted to RS-232 voltage levels with a level conversion PHY when making an RS-232 interface. But in your case, you do not need RS-232 and need only the logic level UART signaling.

added 488 characters in body
Source Link
Justme
  • 158.8k
  • 5
  • 120
  • 316

Some people mix RS-232 physical layer with UART, because technically all RS-232 ports were implemented with UARTs, and when you just want the UART many chips are still called 232 like FT232 because it is a USB UART which can be used to implement an RS-232 port.

Both those modules are just 3.3V TTL/CMOS level UART modules. They have nothing to do with RS-232.

RS-232 is a standard for physical electrical interface. It defines things like voltage levels and connector.

What it does not define is the logical bit serial protocol, line code, or encoding.

Those are defined by the UART. The UART uses logic level voltages, and these logic level voltages are converted to RS-232 voltage levels with a level conversion PHY when making an RS-232 interface. But in your case, you do not need RS-232 and need only the logic level UART signaling.

Some people mix RS-232 physical layer with UART, because technically all RS-232 ports were implemented with UARTs, and when you just want the UART many chips are still called 232 like FT232 because it is a USB UART which can be used to implement an RS-232 port.

Both those modules are just 3.3V TTL/CMOS level UART modules. They have nothing to do with RS-232.

Some people mix RS-232 physical layer with UART, because technically all RS-232 ports were implemented with UARTs, and when you just want the UART many chips are still called 232 like FT232 because it is a USB UART which can be used to implement an RS-232 port.

Both those modules are just 3.3V TTL/CMOS level UART modules. They have nothing to do with RS-232.

RS-232 is a standard for physical electrical interface. It defines things like voltage levels and connector.

What it does not define is the logical bit serial protocol, line code, or encoding.

Those are defined by the UART. The UART uses logic level voltages, and these logic level voltages are converted to RS-232 voltage levels with a level conversion PHY when making an RS-232 interface. But in your case, you do not need RS-232 and need only the logic level UART signaling.

deleted 1 character in body
Source Link
brhans
  • 14.8k
  • 3
  • 35
  • 51

Some people mix RS-232 physical layer with UART, because technically all RS-232 ports were implemented with UARTs, and when you just want the UART many chips are still called 232 like FT232 because it is ana USB UART which can be used to implement an RS-232 port.

Both those modules are just 3.3V TTL/CMOS level UART modules. They have nothing to do with RS-232.

Some people mix RS-232 physical layer with UART, because technically all RS-232 ports were implemented with UARTs, and when you just want the UART many chips are still called 232 like FT232 because it is an USB UART which can be used to implement an RS-232 port.

Both those modules are just 3.3V TTL/CMOS level UART modules. They have nothing to do with RS-232.

Some people mix RS-232 physical layer with UART, because technically all RS-232 ports were implemented with UARTs, and when you just want the UART many chips are still called 232 like FT232 because it is a USB UART which can be used to implement an RS-232 port.

Both those modules are just 3.3V TTL/CMOS level UART modules. They have nothing to do with RS-232.

Source Link
Justme
  • 158.8k
  • 5
  • 120
  • 316
Loading