I am programming a MAX32 Micro controller in MPLAB. I want to use the UART protocol to interact with my terminal (I am developing on a mac). Is this possible? Can someone point me in the right direction to get started?
Asked
Active
Viewed 87 times
1 Answers
0
- Read Wikipedia UART Article
- Read Reference Manual of your µC, Chapter "...UART..."
- Get example Code for this issue from your Reference Manual or Programming Manual or Internet Articles
- Program your board
- Connect your Board with your PC via Cable (USB, RS232 to USB (virtual RS232) or UART to USB)
- Open Terminal Program i.e. TeraTerm
- Check your Settings i.e. Baud Rate
- Try it

Stefan Z.
- 24
- 1