The attached GUI program will capture a binex stream from either a serial port or TCP/IP port. This data can also be logged to a file and converted to a RINEX file using teqc. Read More
Software and Scripts
How to download from a Trimble receiver using the Trimble R-Utilities programs Follow these steps to download a Trimble receiver using the command-line Trimble R-Utilities programs. If using a Linux system, this process can be automated; if using... Read More
1. nc 192.168.1.2 9999 | teqc -binex +rx_state sends receiver voltage and temperature data to stdout from a binex stream 2. nc 192.168.1.2 9999 | teqc -binex +met filename.met ... Read More