I use two 9b92 boards, one as the server and one as the client. The two boards communicate with the computer via Ethernet without any problems. However, when the two boards are directly connected, the
Because I settled down in another place, there were a lot of messy things to do, so I came late.The first feeling after buying the board: it has a very good texture: I saw that there are three power c
When I saw Jing Ruo You Lan's post, I thought it was something she encountered personally, but later I found that other people had the same experience. So I want to talk about this. Thinking back care
I am still struggling with LaunchPad PCB. I just finished the layout. TI is awesome. I can't even imitate it. [[i] This post was last edited by Sur on 2013-8-20 08:23 [/i]]
.......... void main(void) { unsigned char value=0; .......... while(1) { while (!(IFG1 & UTXIFG0)); TXBUF0 = value++; [color=#ff0000] value &= 0x7f; // Ensure that the value is less than 128[/color]