Skip to content

ikaya1965/UART-Live-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UART-Live-graph

An msp430i2040 code provided to send data or just send an 0xA before transmiting any number like //******************************************************************** while(!(UCA0IFG & UCTXIFG)) ; UCA0TXBUF = 0xA;

while(!(UCA0IFG & UCTXIFG)) ; UCA0TXBUF = tada & 0xff; //here the "tada" is a uint16_t data while(!(UCA0IFG & UCTXIFG)) ; UCA0TXBUF = (tada >> 8) & 0xff; //********************************************************-----------ikaya

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published