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]
Rating:
Author: Val Gretchev
Last Updated: 2012-11-27
Package Version: 1.0.0.0
Category: Communication
Downloaded: 1137 times
Not followed.
License: MIT license
The MikroElektronika libraries for the UARTs work well but they block the CPU from executing code until the function is finished. This can be a long time since the UART is generally a slow peripheral device. It's better to let the interrupt mechanism handle the sending or receiving of individual characters while allowing the CPU to do other tasks.
Do you want to subscribe in order to receive notifications regarding "UART Driver using Interrupts for MultiMedia PIC32MX7" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "UART Driver using Interrupts for MultiMedia PIC32MX7" changes.
Do you want to report abuse regarding "UART Driver using Interrupts for MultiMedia PIC32MX7".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1354039972_uart_driver_usin_mikroc_pic32.zip [907.86KB] | mikroC PRO for PIC32 |
|
The accompanying program in C# can be used as a terminal to communicate with the MultiMedia board. The PIC32MX7 code will respond to messages sent to it from the terminal Manual Send box. Just insert a command (a, b, or c) and click on the Send button. Make sure you change the COM Select for the COM port you are using on your PC. You can click on the LED representing DTR and RTS to activate these signals on the interface. Clicking on them when they are active will turn them off.