Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chayanforyou/soft-uart-pic12f675

The implementation of Software serial communication in low memory micros (12F675)
https://github.com/chayanforyou/soft-uart-pic12f675

mikroc pic pic12f675 software uart

Last synced: 21 days ago
JSON representation

The implementation of Software serial communication in low memory micros (12F675)

Awesome Lists containing this project

README

        

# Soft-UART-PIC12F675

This is a simple Software UART library that could run on any pic without hardware UART module, just copy the two files in your project folder and inculde "Soft_Uart.h" in your source code.
The library has many useful routines that could help you communicate with other UART modules.