TOP Contributors

  1. MIKROE (2664 codes)
  2. Alcides Ramos (358 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (137143 times)
  2. FAT32 Library (70243 times)
  3. Network Ethernet Library (56133 times)
  4. USB Device Library (46452 times)
  5. Network WiFi Library (42109 times)
  6. FT800 Library (41411 times)
  7. GSM click (29125 times)
  8. mikroSDK (26570 times)
  9. PID Library (26512 times)
  10. microSD click (25508 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

Software UART using TMR0 Interrupt, and ring buffer

Rating:

0

Author: eduardo lopes

Last Updated: 2014-02-26

Package Version: 1.2.0.0

Example: 1.0.0.0

Category: Communication

Downloaded: 1242 times

Followed by: 1 user

License: MIT license  

This is a C coded sw UART, based on AN555. You can choose serial frame handling: bit number, Parity and Handshake . With TMR0 interruptions, and larger buffer, the TX/RX could run silently, freeing the main code. Here, an EasyBluetooth was handled by sw UART, connected to FT232 on a Ready for PIC board, in a back-to-back bridge.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Software UART using TMR0 Interrupt, and ring buffer" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Software UART using TMR0 Interrupt, and ring buffer" changes.

Do you want to report abuse regarding "Software UART using TMR0 Interrupt, and ring buffer".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
Other PIC Compilers
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

Blog currently doesn't exist!

RELATED CODES

Checking the logic analyzer Saleae logic 8 channels 24 MHZ

0

Checking the logic analyzer Saleae logic 8 channels 24 MHZ. video: https://youtu.be/da1LITmBP28

[Learn More]

ESP8266

0

ESP8266 Example

[Learn More]

Application Project On W5100 SoftLib, DS1307, SoftMax7219

5

This is an application project that uses software W5100 library for network connections, DS1307 for displaying time, software MAX7219 for displaying on 7-segment digits. This project displays a web page where you read the time and change the 7-segment values. Uses PIC16f877A @ 10MHZ Clock

[Learn More]