DXTOOL(1) | General Commands Manual | DXTOOL(1) |
dxtool - DistoX download tool
dxtool [ -p <port> ] [ -s <start addr> ] [ -e <end addr> ] [ -v ] [ -m|-x|-d|-r ]
This manual page documents the dxtool command.
dxtool is a utility to download measurements from the DistoX cave surveying device
Details of options are included below.
During dxtool operation, it is neccessary to keep the device powered on (ie. prevent the power-off timeout). For example, by pressing random keys other than the measurement key.
Before using dxtool, you need to power on the device and estabilish a SPP connection, for example using:
sudo rfcomm connect /dev/rfcomm0 10:00:e8:be:a5:18 1
Often you can just use the command in its simplest form:
dxtool
downloads all stored data from /dev/rfcomm0
dxtool -r
waits for incoming data and downloads it
dxtool -p /dev/rfcomm1 -x -s 0x300 -e 0x500
dumps raw data in hex form from address 0x300 to 0x500, connecting via device
/dev/rfcomm1
2015-07-08 |