@mchp-mcc/scf-pic8-uart-v1
v7.1.4
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
1,032
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.1.4] - 2024-11-28
Bug Fixes
- M8PD-12152 :- Support parity error handling in ReceiveISR() API
- M8PD-12113 :- Support overflow error handling in ErrorISR() API
- M8PD-10382 :- Fix the Error Get API to read the error status of the top unread character in the receive FIFO
[7.1.3] - 2024-11-04
No changes from previous version
[7.1.2] - 2024-05-31
No changes from previous version