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 (136553 times)
  2. FAT32 Library (69756 times)
  3. Network Ethernet Library (55855 times)
  4. USB Device Library (46195 times)
  5. Network WiFi Library (41816 times)
  6. FT800 Library (41009 times)
  7. GSM click (28931 times)
  8. PID Library (26386 times)
  9. mikroSDK (26297 times)
  10. microSD click (25304 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
Project

Example of UART communication between microcontrollers

Rating:

0

Author: Zied ADDED

Last Updated: 2019-02-11

Package Version: 0.0.0.1

Category: Communication

Downloaded: 378 times

Not followed.

License: MIT license  

These codes give an example of serial communication (UART) between the 4 microcontrollers, but in this configuration the communication must be unidirectional.
One is a master (sends the data) and the other are slaves (recive the data).
the PIC18F4550 microcontroller read the data on the PORTA or send these data to the other microcontrollers.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Example of UART communication between microcontrollers" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Example of UART communication between microcontrollers" changes.

Do you want to report abuse regarding "Example of UART communication between microcontrollers".

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

Project Blog

uart

uart

serial communication (UART) between 4 microcontrollers, but in this configuration the communication must be unidirectional. One is a master (sends the data) and the other are slaves (recive the data).

View full image

These codes give an example of serial communication (UART) between 
4 microcontrollers, but in this configuration the communication 
must be unidirectional. One is a master (sends the data) and the 
other are slaves (resevoir the data).
the PIC18F4550 microcontroller read the data on the PORTA or send these 
data to the other microcontrollers
Press on the switch that correspond to the microcontroller 
that you want to turn on or off the LED that it connected to it
for further information, contact: added zied@yahoo.fr
facebook :https://www.facebook.com/zied.added.7
zied,instrumentation student engineer

ALSO FROM THIS AUTHOR

function to display numbers with a large characters on a 240 * 128 T6963C GLCD display

0

This code offers easy programming of a 240 * 128 T6963C GLCD display, it includes a function that allows to display numbers with large characters. Videos of another projects that I realized with this similair graphics available on:

[Learn More]

USB Thermohygrometer

0

This project is realized with the use of a PIC18F4550, DHT22 and DS1307 with a display KS108 GLCD 128 * 64 to display the values of temperature and humidity and date / time. for further information contact: added_zied@yahoo.fr

[Learn More]