Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

FreeRTOS-Plus-CLI Input and Output Using a UDP Socket
FreeRTOS-Plus-TCP and FreeRTOS-Plus-FAT Examples

Not all demo projects will include this example. If this example is included in a demo project then it may be necessary to set mainCREATE_UDP_CLI_TASKS to 1 at the top of the project's main.c source file to include the CLI in the build.

The example creates a FreeRTOS-Plus-CLI command console that uses a UDP port for its input and output.

Free dumb terminal programs that are suitable for connecting to the command line interface using UDP include YAT and Hercules.

To connect to the CLI configure the dumb terminal to connect to the target's hostname (or IP address) as the IP address, 5001 as the remote port, and 5002 as the local port. The default hostname is "RTOSDemo". The required configuration is shown in the image below.

As always with FreeRTOS-Plus-CLI - type "help" in the command console to see a list of registered commands.

Free RTOS command line interface
Required Configuration to Connect Using YAT


Accessing the embedded FAT file system through the command line interface
Accessing the file system through the command line interface

Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.