readEEProm : Ptr RtlSdrHandle -> Int -> Int -> IO (Either RTLSDR_ERROR Buffer)
Read EEPROM connected to RTL device
@h is the device handle
@o is the offset address where the data should be read from
@l is the length of the data to read
writeEEProm : Ptr RtlSdrHandle -> Buffer -> Int -> IO (Either RTLSDR_ERROR ())
Write EEPROM connected to RTL device
@h is the device handle
@b is the buffer of data to be written
@o is the offset address where the data should be written to