From 69bc7c4ef8909a432efbfff041a35d30c876307e Mon Sep 17 00:00:00 2001 From: mmame Date: Fri, 3 Feb 2017 10:21:44 +0100 Subject: [PATCH] Update mdb2pi-hat.md --- draft/overlay/mdb2pi-hat.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/draft/overlay/mdb2pi-hat.md b/draft/overlay/mdb2pi-hat.md index a7d4136..47d77bf 100644 --- a/draft/overlay/mdb2pi-hat.md +++ b/draft/overlay/mdb2pi-hat.md @@ -70,18 +70,19 @@ unzip MDBConverter.zip ``` How to run the Master Demo: --> Please make sure to set the DIP Switch to ON-OFF-OFF-ON-ON + ```bash cd MDBConverter mono MDBMasterSimulatorConsole.exe /dev/serial0 115200 ``` +-> Please make sure to set the DIP Switch to ON-OFF-OFF-ON-ON How to run the Cashless Device Demo: --> Please make sure to set the DIP Switch to OFF-ON-ON-OFF-OFF ```bash cd MDBConverter mono MDBCashlessDeviceSimulatorConsole.exe /dev/serial0 115200 ``` +-> Please make sure to set the DIP Switch to OFF-ON-ON-OFF-OFF Hint: On newer raspbian releases, the serial port is available as /dev/serial0 - older releases may use dev/ttyAMA0.