From 5022e7d950c3807b94fcd5198562714a9c4879a3 Mon Sep 17 00:00:00 2001
From: Keenan Lang <klang@aps.anl.gov>
Date: Thu, 8 Dec 2016 14:29:36 -0600
Subject: [PATCH] Had wrong port number

---
 iocBoot/iocxxx/examples/serial_soft.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocBoot/iocxxx/examples/serial_soft.cmd b/iocBoot/iocxxx/examples/serial_soft.cmd
index aa6bed1..1bad3ec 100644
--- a/iocBoot/iocxxx/examples/serial_soft.cmd
+++ b/iocBoot/iocxxx/examples/serial_soft.cmd
@@ -20,6 +20,6 @@ asynOctetConnect("serial2", "serial2")
 #asynOctetConnect("serial4", "serial4")
 
 # Load asynRecord and deviceCmdReply records for ports
-iocshLoad("$(IP)/iocsh/loadSerialComm.iocsh", "P=$(PREFIX), PORT0=serial1, PORT1=serial2, PORT2=serial3, PORT4=serial4")
+iocshLoad("$(IP)/iocsh/loadSerialComm.iocsh", "P=$(PREFIX), PORT0=serial1, PORT1=serial2, PORT2=serial3, PORT3=serial4")
 
 # END serial.cmd --------------------------------------------------------------
-- 
GitLab