32 bit number simultaion
Archiver
Posts: 46,084
I am needing to send another program via serout
a positive number greater than 65535 in 4 bytes.
Any ideas would be appreciated.
a positive number greater than 65535 in 4 bytes.
Any ideas would be appreciated.
Comments
> a positive number greater than 65535 in 4 bytes.
> Any ideas would be appreciated.
In what form is the number you want to send out? Double precision binary?
serout spin,baudmode,[noparse][[/noparse]most.byte1,most.byte0,least.byte1,least.byte0]
sends 32 bit, 2-word, four byte number, most significant word first.