TOP Contributors

  1. MIKROE (2650 codes)
  2. Alcides Ramos (350 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 (136557 times)
  2. FAT32 Library (69762 times)
  3. Network Ethernet Library (55856 times)
  4. USB Device Library (46199 times)
  5. Network WiFi Library (41818 times)
  6. FT800 Library (41023 times)
  7. GSM click (28934 times)
  8. PID Library (26386 times)
  9. mikroSDK (26297 times)
  10. microSD click (25307 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: 4735 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

Menus

5

Menu machine capable of handling text based menus. It only handles the logical behaviour of the menu(s), not their physical appearance e.g. on an LCD: the using project should still define the display or drawing procedures.

[Learn More]

Keypad_I2c

10

Library for a 4x4 keypad connected to the PIC via an PCF8574 I2c expander (Two I2c lines in stead of 8 I/O pins). This saves a lot of PIC I/O pins. Permits also small PIC's (with low pin count) to control a keypad.

[Learn More]

FRAM Click used without development board

0

The example shows how to use the FRAM click board without a development board. It is executed with a mini32 board instead.

[Learn More]