Radarcape:Trimble GPS Studio

From Beast Wiki
Revision as of 11:11, 26 April 2015 by imported>Beastadmin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


For Beginners Required computer skills to execute this task: Intermediate

Accessing the GPS via PC Virtual Serial Port

The GPS module's serial data is streamed to TCP port 10685 and can be mirrored to any PC serial port with COM0COM/HUB4COM tools, so that Trimble Studio software can access and control it.

  • Download and install COM0COM and HUB4COM from their Sourceforge page.
  • Create one internal COM0COM link and rename the ports to COM numbers, e.g. COM100↔COM200.
  • Execute in a command line
c:\Program Files\com0com\hub4com-2.0.0.0-386\com2tcp --baud 9600 --parity o \\.\com100 <your_rcd_hostname_eg_rc22> 10685
  • Start Trimble Studio and connect to COM200

Note 1: In the com2tcp command line above, beaglebone-3 may be replaced with the Beaglebone's DHCP or statically assigned IP address. If running Windows 7, as the com0com drivers are not signed, the following procedure may be used to place Windows 7 in test mode.

One editor has put this information in, but not the purpose when and where to use it:

  • Run command prompt as administrator
  • Enter the command bcdedit -set TESTSIGNING ON
  • Reboot (Windows will place a “test Mode” note on the bottom right of the desktop)

After the connection with the Trimble GPS is established, one should see a screen like this:

Trimble GPS Studio - Screenshot 1

These two pictures show the correct initalisation of the Trimble SMT module:

Trimble GPS Studio - Screenshot 2 Trimble GPS Studio - Screenshot 3