I am communicating with a PLC using Modbus. The PLC is outputing its data to me in as a 4 byte real number. To view the data I am converting it to hex and displaying the hex on my screen but I cannot figure out how to grab the 4 bytes from the middle of my string and convert them to a single real number.
Any suggestions would be appreciated.

Thanks
Jerry