:?:
hi all,
i'm now working on USART with my ATMEGA32L.
For now i have a VB program and when i click the button it will send a few data such as my servo position and my timer value.
So i would like to say to store the data as an array, am i right?(this is the first doubt).thank you.
data[]=2; while ((UCSRA & (1 << RXC)) == 0) {}; for(i=0; i<2; i++) { data[0] = UDR; }