FolMe.py: updated hex_to_uint32 and int32 where applicable
NanonisTCP.py: Fixed issue when converting zero to hex in float64/32_to_hex.
Added more hex_to_x conversions.
Fixed issue with to_hex for negative values
Separated error checking from reading response... this is to accommodate for functions where the response body is variable and the error index is not known before reading the body.
Modified:
FolMe.py: updated hex_to_uint32 and int32 where applicable
NanonisTCP.py: Fixed issue when converting zero to hex in float64/32_to_hex. Added more hex_to_x conversions. Fixed issue with to_hex for negative values Separated error checking from reading response... this is to accommodate for functions where the response body is variable and the error index is not known before reading the body.