We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have an array unsigned char ABC[5]={0x04,0x01,0x05,0x10,0x00}; I want to transmit to RS232 use SBUF, for(i=0;i<=4;i++) SBUF=ABC[i]; but it's not work. Can anyone teach me how to do it? thanks so much!!!