userx51
Junior Member level 2
- Joined
- Apr 21, 2013
- Messages
- 20
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,432
let say my uC code has a function:
using sendbinaryBytes function, how to send 1.764 to PC RS232?. also, in PC upon getting the binary bytes, how to display it as 1.764?. any examples..? you can modify the sendbinaryBytes function.:idea:
Code C - [expand] 1 2 3 4 void sendbinaryBytes (unsigned char b[4]) { Serial.writeToPC(b[0],4); }
using sendbinaryBytes function, how to send 1.764 to PC RS232?. also, in PC upon getting the binary bytes, how to display it as 1.764?. any examples..? you can modify the sendbinaryBytes function.:idea:
Last edited by a moderator: