Howdy.
I've followed the tutorial for interrupt driven comms, and i have all that working.
Thing is i want to sent some int values from the pc to the micro.
Would it be possible to do it with structures?, eg
struct {
int value1;
int valu2;
} mystruct;
could i send this from the pc and have the micro recieve it?. If so how?
Thanks