Skip to content

Commit 518963d

Browse files
Merge pull request #314 from ISISComputingGroup/Ticket3468_mclennans_delay
Ticket 3468: Attempted to fix mclennan delay issue
2 parents 88c0fe2 + f03b310 commit 518963d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCLEN/iocBoot/iocMCLEN-IOC-01/st-common.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $(IFNOTSIM) asynSetOption("$(ASERIAL)",0,"bits","$(BITS=7)")
2929
$(IFNOTSIM) asynSetOption("$(ASERIAL)",0,"stop","$(STOP=1)")
3030
$(IFNOTSIM) asynSetOption("$(ASERIAL)",0,"parity","$(PARITY=even)")
3131
$(IFNOTSIM) asynSetOption("$(ASERIAL)",0,"clocal","Y")
32-
$(IFNOTSIM) asynSetOption("$(ASERIAL)",0,"crtscts","N")
32+
$(IFNOTSIM) asynSetOption("$(ASERIAL)",0,"crtscts","D")
3333
$(IFNOTSIM) asynSetOption("$(ASERIAL)",0,"ixon","N")
3434
$(IFNOTSIM) asynSetOption("$(ASERIAL)",0,"ixoff","N")
3535

0 commit comments

Comments
 (0)