Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/chayanforyou/soft-uart-pic12f675
- Owner: chayanforyou
- Created: 2022-11-05T18:00:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T18:04:10.000Z (about 2 years ago)
- Last Synced: 2024-11-14T14:23:23.353Z (3 months ago)
- Topics: mikroc, pic, pic12f675, software, uart
- Language: Assembly
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.