avr programming help | Microcontroller › AVR › avr programming help This topic has 2 replies, 2 voices, and was last updated 11 years, 8 months ago by akppppp kumar. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts February 19, 2013 at 10:15 am #2118 akppppp kumarParticipant Dear sir, I have to store a data of size 20bytes using usart port in a 8 bit microcontroller(Atxmega 384d3).pls guide me how to do this February 19, 2013 at 1:48 pm #9160 AJISH ALFREDParticipant Hi, What is so difficult about it? ‘char A [ 20 ];’ will do the job. Or you can use ‘u8 A [ 20 ];’ u8 is the data type having 8 bytes. The representation varies depending upon the compiler used! February 20, 2013 at 4:03 am #9164 akppppp kumarParticipant thanks a lot sir Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In