@mchp-mcc/scf-pic8-uart-v1
v7.2.1
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Maintainers
Keywords
Readme
Universal Asynchronous Receiver Transmitter (UART)
Overview
The Universal Asynchronous Receiver Transmitter (UART) module is a serial I/O communications peripheral. It contains all the clock generators, shift registers and data buffers necessary to perform an input or output serial data transfer, independent of device program execution. The UART, also known as a Serial Communications Interface (SCI), can be configured as a full-duplex asynchronous system or one of several automated protocols. The Full Duplex mode is useful for communications with peripheral systems, such as wireless modems and USB to serial interface modules.
Changelog
All notable changes to this project will be documented in this file.
[7.2.1] - 2025-09-02
New Features and Improvements
- M8PD-14261 :- Dynamically increase the Tx/Rx software buffer size based on available SRAM
[7.1.4] - 2024-11-28
Bug Fixes
- M8PD-5541 :- Unnecessary macros are generated in UART driver
- M8PD-2646 :- Problem of compile the code of PIC18F57Q84 configured and generated by MCC Melody
- M8PD-2639 :- UART TX and RX Buffers are Initialized
