# mbed-os-snippet-FileHandle **Repository Path**: mirrors_ARMmbed/mbed-os-snippet-FileHandle ## Basic Information - **Project Name**: mbed-os-snippet-FileHandle - **Description**: A mirrored example snippet from mbed-os-examples-docs_only - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: v6.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## FileHandle example The example monitors a serial console device, and every time it reads a character, it sends it back to the console and toggles LED2. 1. Flash the board, and ensure the target's USB is plugged into the PC. 2. Open serial console (select associated COM port, transmission speed: 9600 bps). 3. Reset the target. 4. Every time that device reads a character, the character should appear in the console and LED2 should be toggled. **Note:** You can check the associated serial port using `mbedls` command. MIRRORED FROM MASTER EXAMPLE SNIPPETS REPOSITORY: mbed-os-examples-docs_only. ANY CHANGES MADE DIRECTLY TO THIS REPOSITORY WILL BE AUTOMATICALLY OVERWRITTEN.