I'm going to process by myself the Xsens Mti-G GPS raw data, therefore I'm looking for a software useful to extract from Xsens Mti-G measurrments a Rinex file of GPS observation. Does anyone know if it is possible?
Most GPS provide data output on a RS232 (standard or TTL level signals) communication with 4800, 9600... bps rate. The baudrate can also be selected depending upon your device. The data is in ASCII Text format. NMEA0813 is a commonly used protocol standard but other customized or proprietary protocol may be used.
Xsens-MTi-G has standard serial (RS232) communication available for its configuration and output data at 115kbps rate. Please refer the manual that describes the data communication protocol with the Host PC.
If you write a software to process the data this should not be a big deal for a programmer like you to get the data from the GPS over the COM port.