Detailed Explanation of Serial Ports, COM Ports, TTL, RS-232, and RS-485 Differences

Detailed Explanation of Serial Ports, COM Ports, TTL, RS-232, and RS-485 Differences

Point: 1. The serial port and COM port refer to physical interface types (hardware). TTL, RS-232, and RS-485 refer to signal level standards (electrical signals). 2. When connecting devices, generally only GND, RX, and TX are connected. The Vcc or +3.3V power line is usually not connected to avoid conflicts with the power supply of … Read more

Detailed Explanation of Serial Ports, COM Ports, TTL, RS-232, and RS-485 Differences

Detailed Explanation of Serial Ports, COM Ports, TTL, RS-232, and RS-485 Differences

What are the differences between serial ports, COM ports, TTL, RS-232, and RS-485? We often encounter these in our projects, so let’s summarize them. 1. Serial ports and COM ports refer to the physical interface form (hardware). TTL, RS-232, and RS-485 refer to the level standards (electrical signals). 2. When connecting devices, generally only GND, … Read more

ULINK2 Emulator Installation and Project Setup

ULINK2 Emulator Installation and Project Setup

1. ULINK2 Emulator ULINK2 is the latest emulator from ARM designed for use with RealView MDK. It is an upgraded version of the ULINK emulator. ULINK2 not only has all the features of the ULINK emulator but also adds support for Serial Wire Debug (SWD), return clock support, and real-time agents. Development engineers can easily … Read more

Introduction to TI and DSP Programming Methods

Introduction to TI and DSP Programming Methods

Since programming TI’s DSP is slightly more complex than that of microcontrollers, many customers are not very familiar with the programming process. Therefore, we will provide a simple introduction to the programming methods. DSP generally adopts an online programming method, which means there is a connected JTGA interface on the circuit board. The programming tool … Read more

DIY Raspberry Pi Mac: Recreate a 40-Year-Old Computer for Under $40

DIY Raspberry Pi Mac: Recreate a 40-Year-Old Computer for Under $40

The origin of this project stems from a discussion about the RP2040 MCU (the first microcontroller from Raspberry Pi). At the time, we were discussing how to build a simple desktop/graphical user interface for the RP2040 MCU, and I casually mentioned, “Why not just run some old operating systems?” After saying that, I suddenly thought … Read more

Introduction to JTAG

Introduction to JTAG

Debugging chips relies heavily on the JTAG interface. Downloading and debugging programs must be accomplished through the JTAG interface. Today, I learned some basic principles and working processes of the JTAG interface, and I will summarize them briefly. The JTAG interface is an international standard testing protocol, originally initiated by several electronic device manufacturers who … Read more

Popular Virtual Serial Ports for Embedded Development

Popular Virtual Serial Ports for Embedded Development

Follow + star our WeChat public account to not miss exciting content Author | strongerHuang WeChat Public Account | strongerHuang In the past, computers commonly came with a UART serial port. However, modern computers generally do not have serial ports configured. To use serial port functionality, you typically need a USB to serial hardware module. … Read more