Pico_ada_c08_serial_communication

Website:

https://pi-ada-tutorial.sourceforge.io/pico_ada_c08_serial_communication

Author:
  • Martin Krischik <krischik@users.sourceforge.net>
Maintainer:
  • Martin Krischik <krischik@users.sourceforge.net>
License:

GPL-3.0-or-later

Version:

1.8.0

Alire CI:

Dependencies: Dependents:

No dependents.

Badge:

Chapter 8: Serial Communication (UART, USB, SWD)

#raspberry #pi #pico #rp2040 #tasking #light-tasking #ada2022 #embedded

Learn three different ways to perform serial communication with the Raspberry Pi Pico using Ada - SWD semihosting, UART and USB CDC-ACM.

Three practical serial output methods together with complete example programs for sending and receiving data.

Contained in Chapter 08 are:

  1. sketch_08_1_serial_print.adb - Chapter 8.1 Print on all three destinations
  2. sketch_08_2_serial_rw.adb - Chapter 8.2 Read data from all three destinations

Read the full tutorial at Chapter 8: Serial Communication (UART, USB, SWD), GNATdoc documentation, SourceForge repository