@mchp-mcc/scf-pic8-eusart-v1

- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path

Usage no npm install needed!

<script type="module">
  import mchpMccScfPic8EusartV1 from 'https://cdn.skypack.dev/@mchp-mcc/scf-pic8-eusart-v1';
</script>

README

EUSART - Enhanced Universal Synchronous Asynchronous Receiver Transmitter

The Enhanced Universal Synchronous Asynchronous Receiver Transmitter (EUSART) 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 EUSART, also known as a Serial Communications Interface (SCI), can be configured as a full-duplex asynchronous system or half-duplex synchronous system.

Changelog

All notable changes to this project will be documented in this file.

[7.0.0] - 2022-02-08

New Features

  • CC8SCRIP-7066 :- Added UART drivers with respective Basic UIs to facilitate migration across PICs and AVRs
  • CC8SCRIP-5455 :- Added Software Flow Control and AutoBaud Feature

[6.0.3] - 2021-11-28

New Features

  • CC8SCRIP-5415 :- Updated API documentation

Bug Fixes

  • CC8SCRIP-6246 :- Configured Rx pin as digital