MikeMM
Automotive
- Feb 1, 2005
- 17
I'm working on a project where I have to send data from my computer to a microcontroller through a serial port. I'm using the mscomm control which comes with vb5 to send the information. Some of the data I have to send to the microcontroller is single floating point numbers and as I understand it you can't send anything other than bytes through mscomm. So my question is how can I divide up the floating point numbers into 4 bytes that can be reconstructed at the other end of the serial port?
The microcontroller program is written in c and is using the << command with the incoming bytes to put them in the correct spot in a floating point variable.
thanks for your help
The microcontroller program is written in c and is using the << command with the incoming bytes to put them in the correct spot in a floating point variable.
thanks for your help