• How can I send an array of hex to RS232
    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...
  • how to send an array to microcontroller through serial communication
    Hi all iam working on c51 cygnal microcntrollers iam performing serial communication , at the console iam performing some manipulations and iam updating in an array[255] now i would like to send this...
  • how to send an array to microcontroller through serial communication
    Hi all iam working on c51 cygnal microcntrollers iam performing serial communication , at the console iam performing some manipulations and iam updating in an array[255] now i would like to send this...
  • How can I send an array of hex to RS232
    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...
  • array to array
    for example i have got three constant array code unsigned char a_0[]={0x54,0x25,0x11,0xff,0x21}; code unsigned char a_1[]={0x51,0x45,0x55,0x85}; code unsigned char a_2[]={0x24,0x47}; in program...