bluerobotics / ping-viewer

Ping Viewer is an open-source application to view and record data from the Blue Robotics Ping Echosounder and Ping360 Scanning Sonar.
https://docs.bluerobotics.com/ping-viewer/
GNU General Public License v3.0
42 stars 39 forks source link

Command line -c <connectionString> option type? #955

Closed Kost38 closed 3 years ago

Kost38 commented 3 years ago

Hello! I can't use command line -c option because format of unknown. In general, i want to coonect to /tmp/COM1 port. Its weird placed by rov software and i can't move it. Also i can't symlink it to /dev/ttyUSB** because don't have a root.

patrickelectric commented 3 years ago

The command line string is for development, so we don't put enough time documenting it for now. But it follows the format: TYPE:ARG1:ARG2 where it can be: serial:/dev/ttyACM0:115200 or udp:0.0.0.0:1234

Kost38 commented 3 years ago

Thanks for answer, i test it and add some argument: Ping360:serial:/dev/ttyACM0:115200. With this correction it works fine. As I suppose, it's not too difficult to add this info in -h option output.