Home › Forums › EasyTransfer Library Support Forum › befuddled by EasyTransfer-I2C › Reply To: befuddled by EasyTransfer-I2C
June 13, 2013 at 12:04 am
#2645
Anonymous
Inactive
I am totally new to serial comms ( have never used serial) and need some help setting up easy transfer
Can you tell me the format for the variable definitions please.
Some of my variables are eg Vrms, Irms, apparentPower, etc etc
Do I just enter the variables with comma separation?
Do you have a completed example/s for sender and receiver?
Many thanks Bill.
struct SEND_DATA_STRUCTURE{
//put your variable definitions here for the data you want to send
//THIS MUST BE EXACTLY THE SAME ON THE OTHER ARDUINO
int blinks;
int pause;
};