From 1ab33a1daf2f9ea213f8c4ab8df2ac033e5d605f Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 3 Nov 2003 19:41:41 +0000 Subject: [PATCH] initTtyPort() changed to initTtyVxPort() with mpf R2-3. --- iocBoot/iocWithAsyn/st_mpfserver.cmd.Vx | 2 +- iocBoot/iocWithMPF/st_mpfserver.cmd.Vx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iocBoot/iocWithAsyn/st_mpfserver.cmd.Vx b/iocBoot/iocWithAsyn/st_mpfserver.cmd.Vx index 15aed221..8cbe1f2c 100644 --- a/iocBoot/iocWithAsyn/st_mpfserver.cmd.Vx +++ b/iocBoot/iocWithAsyn/st_mpfserver.cmd.Vx @@ -14,6 +14,6 @@ octalUart0 = tyGSOctalModuleInit("GSIP_OCTAL232", 0x80, 0, 0) taskDelay(3) port0 = tyGSOctalDevCreate("/tyGS/0/0",octalUart0,0,1000,1000) tyGSOctalConfig(port0,9600,'N',1,8,'N') -initTtyPort("tyGS00","/tyGS/0/0",9600,1000) +initTtyVxPort("tyGS00","/tyGS/0/0",9600,1000) initSerialServer("a-Serial[0]","tyGS00",100,2,"") diff --git a/iocBoot/iocWithMPF/st_mpfserver.cmd.Vx b/iocBoot/iocWithMPF/st_mpfserver.cmd.Vx index 15aed221..8cbe1f2c 100644 --- a/iocBoot/iocWithMPF/st_mpfserver.cmd.Vx +++ b/iocBoot/iocWithMPF/st_mpfserver.cmd.Vx @@ -14,6 +14,6 @@ octalUart0 = tyGSOctalModuleInit("GSIP_OCTAL232", 0x80, 0, 0) taskDelay(3) port0 = tyGSOctalDevCreate("/tyGS/0/0",octalUart0,0,1000,1000) tyGSOctalConfig(port0,9600,'N',1,8,'N') -initTtyPort("tyGS00","/tyGS/0/0",9600,1000) +initTtyVxPort("tyGS00","/tyGS/0/0",9600,1000) initSerialServer("a-Serial[0]","tyGS00",100,2,"")