From b8f915ee920edeb168ef48fbd143cfa92078f0f9 Mon Sep 17 00:00:00 2001 From: Hendrik van Wyk Date: Sat, 19 Jan 2019 15:05:54 +0200 Subject: [PATCH] Update the readme to include the MK2 RS232. The MK2 RS232 version works with a USB to serial converter or directly with a RS232 port. Update the readme with this information. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 643edda..87cc9b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Inverter GUI -The invertergui allows the monitoring of a [Victron Multiplus](https://www.victronenergy.com/inverters-chargers/multiplus-12v-24v-48v-800va-3kva) via the [MK3/MK2 USB](https://www.victronenergy.com/accessories/interface-mk3-usb) device. +The invertergui allows the monitoring of a [Victron Multiplus](https://www.victronenergy.com/inverters-chargers/multiplus-12v-24v-48v-800va-3kva) via the [MK3/MK2 USB](https://www.victronenergy.com/accessories/interface-mk3-usb) or the MK2 RS232. The `ncthompson/invertergui` docker image is a build of [invertergui](https://gitlab.com/ncthompson/invertergui) @@ -250,4 +250,4 @@ The intertergui application makes use of a serial tty device to monitor the Mult Example ``` -dev=/dev/ttyUSB0 -``` \ No newline at end of file +```