Displaying firmware is a little complicated. If you have a USB A-C cable that will plug into your FloatHub device and your computer, you run run a terminal program that will talk to that USB as a serial device. When you first connect it and run the terminal program, you should see NMEA data scrolling by, eg:
$GPRMC,181535.00,V,130821,N*7F
$GPGGA,181535.00,0,00,99.99,6D
$GPRMC,181536.00,V,130821,N7C
$GPGGA,181536.00,0,00,99.99,6E
$GPRMC,181537.00,V,130821,N7D
$GPGGA,181537.00,0,00,99.99,6F
$IIMTA,84.84,F30
If you type “cons” and hit enter, that will put your device in console mode. The NMEA will stop and you will see less frequent data stream by like this:
$FHC:factoryX:2$,I:b8cfc00d09bb,T:84.83,P:29.89
$FHC:factoryX:2$,I:b8cfc00d09bb,T:84.83,P:29.89
$FHC:factoryX:2$,I:b8cfc00d09bb,T:84.81,P:29.89
$FHC:factoryX:2$,I:b8cfc00d09bb,T:84.81,P:29.89
$FHC:factoryX:2$,I:b8cfc00d09bb,T:84.81,P:29.89
If you then type “v” and hit enter, the device will output all of it’s current configuration settings. That will start something like this:
$FHH:factoryX:2$ v=2.2,m=FHC.P9.Q1.v2.5.0,b=10
$FHH:factoryX:2$ i=factoryX
$FHH:factoryX:2$ s=fdr.floathub.net
$FHH:factoryX:2$ p=50003
$FHH:factoryX:2$ k=000102030405060708090a0b0c0d0e0f
$FHH:factoryX:2$ w=factoryX
… etc. …
The very first line will show the firmware version string (m=). You will sometimes need to hit v (and enter) a couple of times to get a complete dump that includes the first line.