Does anyone know how i can get an array of bytes to be stored in another array. The problem is that i am reading from a serial port, which receives each byte separately. So the array of bytes actually only uses its zero element, as each byte comes in one at a time. I can't seem to access this element value as i need to sum the bytes that come in. I think i need to put the received bytes into another array which i can access, but i don't know how to do it...please help!!
thanks,
nisha
thanks,
nisha