OpenMarine
Compatible multiplexers list - 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: Compatible multiplexers list (/showthread.php?tid=109)



Compatible multiplexers list - Sailoog - 2016-05-20

Post here models and settings and we will add them to the list.
  • ShipModul MiniPlex-42USB. Settings: baudrate 57600.
  • ShipModul MiniPlex-3USB. Settings: baudrate 460800.
  • www.gadgetpool.de SeaTalk NMEA Bridge128SD. Settings: baudrate 38400
  • The Brookhouse line of multiplexers work great. http://www.brookhouseonline.com



RE: Compatible multiplexers list - gilinas - 2017-01-22

(2016-05-20, 01:37 PM)Sailoog Wrote: Post here models and settings and we will add them to the list.
  • ShipModul MiniPlex-42USB. Settings: baudrate 57600.



RE: Compatible multiplexers list - JeroenAdam - 2017-06-10

ShipModul MiniPlex-3USB
I added the multiplexer as a new device ttyOP_1 using USB manager and I added a NMEA 0183 serial input on port /dev/ttyOP_1 with 57600 bauds
No NMEA data stream in OpenCPN
**UPDATE** MiniPlex-3USB runs on 460800 baud
**UPDATE** Fixed with -> sudo stty -F /dev/ttyUSB0 460800


RE: Compatible multiplexers list - Sailoog - 2017-06-13

(2017-06-10, 05:06 PM)JeroenAdam Wrote: ShipModul MiniPlex-3USB
I added the multiplexer as a new device ttyOP_1 using USB manager and I added a NMEA 0183 serial input on port /dev/ttyOP_1 with 57600 bauds
No NMEA data stream in OpenCPN
**UPDATE** MiniPlex-3USB runs on 460800 baud
**UPDATE** Fixed with -> sudo stty -F /dev/ttyUSB0 460800

thanks!


RE: Compatible multiplexers list - MilesAhead - 2018-08-14

I'm trying to configure a DTech serial to USB converter to pick up the NMEA 0183 signals from a Raymarine SmartPilot. See page 4 in the commissioning manual. I have an S1.

My issue is that I do not see the "USB Manager", "NMEA 0183", or "NMEA 2K" tabs as described in the OpenPlotter documentation. All I see is a "Serial" tab, followed by the "Signal K" tab. 

Is there a configuration setting? Have I installed the incorrect version of OP?

(2018-08-14, 10:55 AM)MilesAhead Wrote: I'm trying to configure a DTech serial to USB converter to pick up the NMEA 0183 signals from a Raymarine SmartPilot. See page 4 in the commissioning manual. I have an S1.

My issue is that I do not see the "USB Manager", "NMEA 0183", or "NMEA 2K" tabs as described in the OpenPlotter documentation. All I see is a "Serial" tab, followed by the "Signal K" tab. 

Is there a configuration setting? Have I installed the incorrect version of OP?

BTW, I have a RPi 3 with the latest raspbian and I installed the latest NOOB version of OP/OpenCPN, then I updated OP & OpenCPN using OP.


RE: Compatible multiplexers list - Thomas_Reinhold - 2018-08-24

(2016-05-20, 01:37 PM)Sailoog Wrote: Post here models and settings and we will add them to the list.
  • ShipModul MiniPlex-42USB. Settings: baudrate 57600.
  • ShipModul MiniPlex-3USB. Settings: baudrate 460800.
  • www.gadgetpool.de SeaTalk NMEA Bridge128SD. Settings: baudrate 38400

shipmodul miniplex-2wi Setting: Baudrate 115200


RE: Compatible multiplexers list - RedRyder - 2018-10-10

The Brookhouse line of multiplexers work great.

I have an iMux which works perfectly.

http://www.brookhouseonline.com/


RE: Compatible multiplexers list - Bojayne@yahoo.com - 2018-11-10

(2017-06-13, 05:32 PM)Sailoog Wrote:
(2017-06-10, 05:06 PM)JeroenAdam Wrote: ShipModul MiniPlex-3USB
I added the multiplexer as a new device ttyOP_1 using USB manager and I added a NMEA 0183 serial input on port /dev/ttyOP_1 with 57600 bauds
No NMEA data stream in OpenCPN
**UPDATE** MiniPlex-3USB runs on 460800 baud
**UPDATE** Fixed with -> sudo stty -F /dev/ttyUSB0 460800

thanks!
I have a shipmodule Multiplexor with blue tooth.  Can this be added via bluetooth


RE: Compatible multiplexers list - holgerw - 2019-01-25

(2018-11-10, 02:49 PM)Bojayne@yahoo.com Wrote:
(2017-06-13, 05:32 PM)Sailoog Wrote:
(2017-06-10, 05:06 PM)JeroenAdam Wrote: ShipModul MiniPlex-3USB
I added the multiplexer as a new device ttyOP_1 using USB manager and I added a NMEA 0183 serial input on port /dev/ttyOP_1 with 57600 bauds
No NMEA data stream in OpenCPN
**UPDATE** MiniPlex-3USB runs on 460800 baud
**UPDATE** Fixed with -> sudo stty -F /dev/ttyUSB0 460800

thanks!
I have a shipmodule Multiplexor with blue tooth.  Can this be added via bluetooth

yes, but the serial blutooth has to be set up. connect to the device in the bt-menu.
then do some init with he mac addresses of you devices. i do this before the end of /etc/rc.local but you can do it in any bootfile.

------- chage to your devices: -----------
# bluetooth gps
rfcomm bind 0 20:13:07:31:20:47 # achterschiff Liesbeth
rfcomm bind 2 20:13:07:31:19:51 # L-sensorik
rfcomm bind 1 00:15:4B:11:1A:95 # bt-bluetooth
-------------------------

after init, you should find the serial under /dev/rfcommX in openplotter/kplex tab.

good luck, holger