Programming-Project
Ultibo / Lazarus / Free Pascal
of Ronald Daleske

Example 05 - using UART (low level)


This is a very simple example to use the UART (low level).


Test PCB with RaspberryPI B and FTDI CP2102.


The UART read-write-loop works very fast. The baud rate of 256000 answers the sending characters without an error.



RPI and UART (low level): RPI_UART.ZIP

RPI and LC-Display SSD1289: RPI2_UART.ZIP


Description of the unit "RUART.pas" (UART - low level)

The unit "RUART.pas" use the unit "PReg.pas".