??? 02/15/07 20:49 Read: times |
#133086 - I am Confused... Responding to: ???'s previous message |
Mircea Gliga said:
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; } I'm confused... is byte_meu[j] = my_byte[j] ? Can you try clearing your array at the beginning of the ISR? Jon |