OpenMarine
Signalk serial ports and discovered connections - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: Signalk serial ports and discovered connections (/showthread.php?tid=2150)

Pages: 1 2


RE: Signalk serial ports and discovered connections - tkurki - 2019-12-17

(2019-12-16, 09:27 PM)Sailoog Wrote: Currently SK is not showing these symlinks. Would there be a way to show them?

https://github.com/SignalK/signalk-server-node/pull/915


RE: Signalk serial ports and discovered connections - mikedeflieslife - 2020-01-21

I haven't abandoned this thread. I was busy crossing the Atlantic using Openplotter.

I have now installed the serial app but unforuntatly it doesn't run:

Code:
pi@openplotter:~ $ openplotter-serial
Traceback (most recent call last):
  File "/usr/bin/openplotter-serial", line 11, in <module>
    load_entry_point('openplotterSerial==2.0', 'console_scripts', 'openplotter-serial')()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 489, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2793, in load_entry_point
    return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2411, in load
    return self.resolve()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2417, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3/dist-packages/openplotterSerial/openplotterSerial.py", line 23, in <module>
    from openplotterSettings import selectConnections
ImportError: cannot import name 'selectConnections' from 'openplotterSettings' (/usr/lib/python3/dist-packages/openplotterSettings/__init__.py)



RE: Signalk serial ports and discovered connections - Sailoog - 2020-01-22

update openplotter-settings too