USB-UART-4-Click-Platine
USB-UART-4-Click-Platine
Das USB UART 4 Click Board™ bietet eine USB-zu-asynchrone serielle Datenschnittstelle (UART), die es mikrocontrollerbasierten Designs ermöglicht, auf sehr einfache Weise mit dem PC zu kommunizieren. Es ist mit dem FT232RL ausgestattet, einem sehr beliebten USB-zu-UART-Schnittstellen-IC, der auf vielen MikroElektronika-Geräten verwendet wird – sowohl wegen seiner Zuverlässigkeit als auch wegen seiner Einfachheit. USB UART Click Board™ wird immer dann verwendet, wenn die UART-Leitungen nahtlos und mühelos mit einem PC verbunden werden müssen. Es kann mit jedem UART-Terminal verwendet werden, wie dem in MikroElektronika-Compilern.
The USB UART 4 Click Board™ offers a USB to asynchronous serial data (UART) interface, allowing the microcontroller based designs to communicate with the personal computer, in a very simple way. It is equipped with the FT232RL, a very popular USB to UART interface IC, used on many MikroElektronika devices - both for its reliability and simplicity. The USB UART 4 Click Board™ is used for whenever there is a need to seamlessly and effortlessly interface the UART lines to a personal computer. It can be used with any UART terminal, like the one found in MikroElektronika compilers.
How Does The USB UART 4 Click Board™ Work?
As already mentioned, the USB UART 4 Click Board™ carries the FT232RL, a USB to UART interface IC, from FTDI. The entire USB protocol is handled on the IC itself, thus no USB specific firmware programming is required. FTDI provides royalty-free Virtual Com Port (VCP) and Direct (D2XX) drivers for all the major OSes, used on personal computers. FT232RL also contains an integrated 1024 Bit internal EEPROM for storing USB VID, PID, serial number, product description strings and CBUS I/O configuration.
The Baud Rate Generator provides a 16x clock input to the UART Controller from the 48MHz reference clock. It consists of a 14-bit pre-scaler and 3 register bits which provide fine tuning of the baud rate - used to divide by a number plus a fraction. This determines the baud rate of the UART, which is programmable from 183 baud to 3 Mbaud. Also, non-standard baud rates are supported. The baud rate is automatically calculated by the FTDI driver, so it is enough to simply forward the desired baud rate to the driver, usually done by selecting the baud rate via the GUI interface of the PC terminal application.
After installing the OS drivers, the device is ready to be used. When plugged in, it will create a virtual COM port. After that, it can be used with the USART Terminal application, included in every mikroE compiler. It can be used for the data exchange between the MCU and the host computer. More information about working with the UART communication, in general, can be found in the following Learn article.
This device also features the configurable CBUS pins, which can be used for several different useful functions, as for example - configurable clock out for driving the microcontroller, data LED drive, USB Sleep, PWR status and so on. By default, CBUS3 and CBUS4 pins are configured as Power Enable and Sleep options and are routed to the PWM and RST pins of the mikroBUS™, respectively. More information about configuring the CBUS pins can be found in the FT232RL datasheet.
CBUS3 output pin (PWM pin of the mikroBUS™) will be set to a LOW logic state during the USB suspend mode It can be used to power down external circuitry or be used for similar purposes.
CBUS4 output pin (RST pin of the mikroBUS™) will be set to a LOW logic state after the device has been configured by the USB, then HIGH during the USB suspend mode. This can also be used for the powering down/power saving, by turning unneeded external circuitry.
This device also supports two additional signals - RTS (Request To Send) and CTS (Clear To Send), which can be used when the hardware flow control is required.
USB UART click also features a small low noise LDO, used to provide the logic voltage level reference. The input voltage for the LDO is taken from the USB or the mikroBUS™ 5V rail. The 3.3V rail from the LDO output is routed to the SMD jumper. It allows selection of the referent voltage for the logic section of the FT232RL, thus making possible to interface the USB UART click to both 3.3V and 5V MCUs.
The UART communication is indicated by two LEDs, red for TX (sending data in UART to USB direction) and yellow for RX (receiving data in USB to UART direction). These LEDs are used to provide a visual indication if there is any data transfer ongoing.
One feature worth mentioning is the USB UART 4 Click Board™'s specific shape - it is made so that it can be plugged directly into the USB Type A port. It doesn't have a conventional USB connector, but the PCB is shaped so that the USB traces can be connected to the USB port. Since the FT232RL supports the unique serial number feature, this makes it handy for developing data protection devices and dongles of various kinds. However, it can also be used in a traditional way.
SPECIFICATIONS
Type | USB |
Applications | Useful whenever a simple and ready-made solution for interfacing USB to UART is needed, for a wide range of applications. |
On-board modules | FT232RL USB-to-UART interface module from FDTI |
Key Features | Integrated support for the USB protocol, no need to develop dedicated firmware for handling the USB to UART communication, CBUS programmable pins, unique serial number programmed in OTP memory. |
Interface | UART,USB |
Compatibility | mikroBUS |
Click board size | M (42.9 x 25.4 mm) |
Input Voltage | 3.3V or 5V |
PINOUT DIAGRAM
This table shows how the pinout on the USB UART 4 Click Board™ corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
NC | 1 | AN | PWM | 16 | PWR | Power enable / CBUS3 | |
Sleep / CBUS4 | SLP | 2 | RST | INT | 15 | RTS | Request to send |
Clear to send | CTS | 3 | CS | RX | 14 | TX | UART Transmit |
NC | 4 | SCK | TX | 13 | RX | UART Receive | |
NC | 5 | MISO | SCL | 12 | NC | ||
NC | 6 | MOSI | SDA | 11 | NC | ||
Power supply | +3.3V | 7 | 3.3V | 5V | 10 | +5V | Power supply |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
ONBOARD SETTINGS AND INDICATORS
Label | Name | Default | Description |
---|---|---|---|
LD1 | RX LED | - | Data Receive(RX) status LED |
LD2 | TX LED | - | Data Send (TX) status LED |
LD3 | PWR | - | Power LED indicator |
JP1 | - | Left | Logic voltage level selection jumper, left position 3.3V, right position 5V |
Software Support
We provide an example for the USB UART 4 Click Board™ inside all of our compilers. You can navigate to the demo using Project Explorer placed inside the folder named same as your development system.
Example Description
Example application acts as a simple echo and each character is sent using the available terminal in all MikroElektronika compilers. Also, any other terminal of your choice can be used to write and read the messages.
char uard_rd; void main() { UART1_Init(9600); // Initialize UART module at 9600 bps Delay_ms(100); // Wait for UART module to stabilize UART1_Write_Text("Start"); UART1_Write(13); UART1_Write(10); while (1) { if (UART1_Data_Ready()) { uart_rd = UART1_Read(); // read the received data, UART1_Write(uart_rd); // and send data via UART } } }
Software Support
We provide an example for the USB UART 4 Click Board™ inside all of our compilers. You can navigate to the demo using Project Explorer placed inside the folder named same as your development system.
Example Description
Example application acts as a simple echo and each character is sent using the available terminal in all MikroElektronika compilers. Also, any other terminal of your choice can be used to write and read the messages.
char uard_rd; void main() { UART1_Init(9600); // Initialize UART module at 9600 bps Delay_ms(100); // Wait for UART module to stabilize UART1_Write_Text("Start"); UART1_Write(13); UART1_Write(10); while (1) { if (UART1_Data_Ready()) { uart_rd = UART1_Read(); // read the received data, UART1_Write(uart_rd); // and send data via UART } } }
USB-UART-4-Click-Platine
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.