TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 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 (136670 times)
  2. FAT32 Library (69912 times)
  3. Network Ethernet Library (55925 times)
  4. USB Device Library (46252 times)
  5. Network WiFi Library (41882 times)
  6. FT800 Library (41130 times)
  7. GSM click (28973 times)
  8. PID Library (26406 times)
  9. mikroSDK (26346 times)
  10. microSD click (25351 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: 1236 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

POWER PLANT project

0

the system can monitor the integrity of the 3 transmission tower. line and line 2 status UART LCD button port-c

[Learn More]

Automatic takeoff and landing

0

automatic takeoff and landing using microcontroller 16F887, serial port, UART,LCD,

[Learn More]

TV remote relay switch

1

This is a simple demonstration of using NEC protocol remote control with the IR click, Relay click and STM32 M4 clicker board. Upon a button press, an appropriate relay will toggle.

[Learn More]