Coder Social home page Coder Social logo

openplotter-serial's Introduction

openplotter-serial

OpenPlotter app to manage serial devices

Installing

For production

Install openplotter-settings for production and just install this app from OpenPlotter Apps tab.

For development

Install openplotter-settings for development.

Install dependencies:

sudo apt install openplotter-settings gpsd gpsd-clients

Clone the repository:

git clone https://github.com/openplotter/openplotter-serial

Make your changes and create the package:

cd openplotter-serial
dpkg-buildpackage -b

Install the package:

cd ..
sudo dpkg -i openplotter-serial_x.x.x-xxx_all.deb

Run post-installation script:

sudo serialPostInstall

Run:

openplotter-serial

Pull request your changes to github and we will check and add them to the next version of the Debian package.

Documentation

https://openplotter.readthedocs.io

Support

http://forum.openmarine.net/forumdisplay.php?fid=1

openplotter-serial's People

Contributors

e-sailing avatar jongough avatar sailoog avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

openplotter-serial's Issues

Openplotter-serial creates invalid udev statements for USB by Position

When adding new USB devices using the GUI the UDEV file contains invalid definitions for devices. After reboot the devices are not found correctly due to the random nature in which USB devices are allocated at startup. The UDEV file contains:

KERNEL=="ttyUSB1*", KERNELS=="1-1.5.4:1.0",SYMLINK+="ttyOP_gps4"
KERNEL=="ttyUSB2*", KERNELS=="1-1.5.2:1.0",SYMLINK+="ttyOP_autop"
KERNEL=="ttyUSB3*", KERNELS=="1-1.5.1:1.0",SYMLINK+="ttyOP_wind"

but should contain:

KERNEL=="ttyUSB*", KERNELS=="1-1.5.4:1.0",SYMLINK+="ttyOP_gps4"
KERNEL=="ttyUSB*", KERNELS=="1-1.5.2:1.0",SYMLINK+="ttyOP_autop"
KERNEL=="ttyUSB*", KERNELS=="1-1.5.1:1.0",SYMLINK+="ttyOP_wind"

as this allows for the random suffix number.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.