Ooops...this won't work..it needs to be this
long test[10] = {....};
UDR = (char)( test[i] & 0xFF);
UDR = (char)((test[i] >> 8) & 0xFF);
UDR = (char)((test[i] >> 16) & 0xFF;)
UDR = (char)((test[i] >> 24) & 0xFF);
i += 1;
RayMessage
Re: [AVR-Chat] Array of Long
2009-03-06 by Raymond Hurst