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 (136659 times)
  2. FAT32 Library (69892 times)
  3. Network Ethernet Library (55914 times)
  4. USB Device Library (46248 times)
  5. Network WiFi Library (41881 times)
  6. FT800 Library (41124 times)
  7. GSM click (28970 times)
  8. PID Library (26405 times)
  9. mikroSDK (26342 times)
  10. microSD click (25349 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
Library

Uart_buffered

Rating:

8

Author: dany

Last Updated: 2023-05-02

Package Version: 1.0.0.0

Category: Communication

Downloaded: 4743 times

Followed by: 4 users

License: MIT license  

Uart Receiver routine(s) with circular receive buffer, the receiver part is interrupt driven.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Uart_buffered" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Uart_buffered" changes.

Do you want to report abuse regarding "Uart_buffered".

  • Information
  • Comments (2)

Library Blog

Libraries:

- UartReceiver: Uart Receiver routine(s) with circular receive buffer, interrupt driven. The buffersize can be defined separately per project (const definition in the using project).

The zipfile has the same content as the package.

Have Fun!

------------------------------------------------------------------------------------------------------------------------------------------------
2012-11-12: The microBasic package(s) ha(s)(ve) been added.

Only the .mcl files are available as "library" files: they are copied from the mikroPascal version (the mP and mB .mcl files are compatible - luckely - ).

If you want to see some sources: look into the mP versions.

The example files are still in mP, not in mB. (I do not have an mB licence, so I can not compile them).

Some of the helpfiles are also still referring to mP, but all library "interfaces" are available in the mB language.

---------------------------------------------------------------------------------------------------------------------------------------------
2013-06-30: All versions were updated. The names have been changed from "Usart.." to "Uart..." and the buffersize and the buffer itself are declared now as external. The "Project_Globals" file is not needed any more.

----------------------------------------------------------------------------------------------------------------------------------------

2014-03-13: The mikroBasic files and zip files have been updated. All mB sources are present now (not tested if compilable though).


2015-01-26: Replaced the mB files: all mB files are compilable now (which e.g. means that all "with" statements are dealt with). I could however not link and test the libraries (no mB licence).

--------------------------------------------------------------------------------------------------------------------------------

2023-05-02: Added the Pic32 library. Made some minor changes in the PIC and PIC24 libraries.

ALSO FROM THIS AUTHOR

LCD

11

* 2 (alternative) libs to drive LCD's (4 bits connections): - One lib specific for 2x16, - one more generic (upto 4 rows, 16-20 chars per row). * A library to drive LCD via I2c (PCF2116 based, 1 to 4 rows, 12 or 24 chars per row * A library to drive standard LCD's via I2c * A library to drive standard LCD's via SPI.

[Learn More]

PS2_Keyboard_Mouse

15

PS2 keyboard and mouse libraries. Also keyboard write (led control). -- for P18 --

[Learn More]

Tool: Global variable usage

10

Shows, from a selected routine, the following items: - The parameter - The (used) local variables - The unused local variables (eliminated by optimiser) - The used global variables - Called routines For Pic, Pic24 and P32, both mP and mB

[Learn More]