I need to convert a single precision integer to a MSB-LSB 8 digit hex string to send to a test machine via RS-232. So 15 needs to turn into 41700000. The best I have been able to do is get 15 to turn into 0000000F, which is correct but not in the MSB-LSB format I need. Any ideas?