diff --git a/iocBoot/iocWithAsyn/st_asynserver.cmd.Vx b/iocBoot/iocWithAsyn/st_asynserver.cmd.Vx index 9f421479..23024d0b 100644 --- a/iocBoot/iocWithAsyn/st_asynserver.cmd.Vx +++ b/iocBoot/iocWithAsyn/st_asynserver.cmd.Vx @@ -104,6 +104,10 @@ #!asynSetOption("L0", 0, "clocal", "Y") #!asynSetOption("L0", 0, "crtscts", "N") +# ASYN trace masks +#!asynSetTraceMask( "L0", 0, 0x9 ) +#!asynSetTraceIOMask( "L0", 0, 0x1 ) + #!asynSetOption("L1", 0, "baud", "9600") #!asynSetOption("L1", 0, "bits", "8") #!asynSetOption("L1", 0, "parity", "none") diff --git a/iocBoot/iocWithMPF/st_asynserver.cmd.Vx b/iocBoot/iocWithMPF/st_asynserver.cmd.Vx index 9f421479..23024d0b 100644 --- a/iocBoot/iocWithMPF/st_asynserver.cmd.Vx +++ b/iocBoot/iocWithMPF/st_asynserver.cmd.Vx @@ -104,6 +104,10 @@ #!asynSetOption("L0", 0, "clocal", "Y") #!asynSetOption("L0", 0, "crtscts", "N") +# ASYN trace masks +#!asynSetTraceMask( "L0", 0, 0x9 ) +#!asynSetTraceIOMask( "L0", 0, 0x1 ) + #!asynSetOption("L1", 0, "baud", "9600") #!asynSetOption("L1", 0, "bits", "8") #!asynSetOption("L1", 0, "parity", "none")