Hi all,
I would like to transfer an integer (4bytes) from a vb program running on
my
main computer to an ATmega8 microcontroller without having to convert it
to
a string and sending every char of the number.
Is this at all possible? Haven't found out how to get to the 4bytes
represending the integer in vb yet..
It's not transfer of the bytes that is the problem but how to get to the 4
bytes in vb, and how to tell the microcontroller that the 4 bytes is to
represent an integer?!
Hope someone out there knows a solution to this "small" problem, as this
would simplify my microcontroller code a lot...
Thanks