TOP Contributors

  1. MIKROE (2762 codes)
  2. Alcides Ramos (374 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (91 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 (139266 times)
  2. FAT32 Library (71752 times)
  3. Network Ethernet Library (57128 times)
  4. USB Device Library (47432 times)
  5. Network WiFi Library (43092 times)
  6. FT800 Library (42408 times)
  7. GSM click (29835 times)
  8. mikroSDK (28100 times)
  9. PID Library (26886 times)
  10. microSD click (26198 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: 1243 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

PS2 Keyboard Read and write

5

Returns the native PS2 scan codes, no translation (except for some special scan codes, see the source file for the details). Capable of writing to the keyboard (e.g. giving commands to the keyboard).

[Learn More]

BASIC WEB SERVER ARDUINO

0

Show basic web server in ARDUINO SUBSCRIBETE A MI CANAL: https://www.youtube.com/channel/UCAEmDP2EkFOVB6JCKJ9iGGw?view_as=subscriber Video: https://www.youtube.com/watch?v=ZceQSbxVW8M&amp;feature=youtu.be

[Learn More]

Synchronous UART

0

Pic16F887 UART in Synchronous mode transferring data to serial to-parallel Shift register(74HC595) for use on a character LCD.

[Learn More]