??? 02/15/07 16:45 Read: times |
#133071 - I clear my_byte Responding to: ???'s previous message |
after i send the data to serial port each location of my_byte it's set to 0!
for(j=0;j<40;j++) { putchar ( byte_meu[j]+'0'); my_byte[j]=0x0; } |
??? 02/15/07 16:45 Read: times |
#133071 - I clear my_byte Responding to: ???'s previous message |
after i send the data to serial port each location of my_byte it's set to 0!
for(j=0;j<40;j++) { putchar ( byte_meu[j]+'0'); my_byte[j]=0x0; } |