I've got some devices that output everything as float32, and I do mean everything, including baud rate, device address, etc. I've tried added float32 support to the code but since I'm not too familiar with python I'm still getting integer values even if I specify 'float32' as the type. Could support for float32 be added?
I've got some devices that output everything as float32, and I do mean everything, including baud rate, device address, etc. I've tried added float32 support to the code but since I'm not too familiar with python I'm still getting integer values even if I specify 'float32' as the type. Could support for float32 be added?