mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
Substituted string "acs" with "dsm".
The following case replacements were applied (in order): AcsRegister -> dsmRegister Acs_LIBS -> dsm_LIBS ' Acs' -> ' dsm' acs -> dsm Acs -> Dsm ACS -> DSM
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# ### ACS_MCB4B.iocsh ###
|
||||
# ### DSM_MCB4B.iocsh ###
|
||||
|
||||
#- ###################################################
|
||||
#- PORT - Serial port for communications
|
||||
@@ -17,7 +17,7 @@
|
||||
#- Default: 100
|
||||
#- ###################################################
|
||||
|
||||
# ACS MCB-4B serial connection settings
|
||||
# DSM MCB-4B serial connection settings
|
||||
iocshLoad("$(IP)/iocsh/setSerialParams.iocsh", "PORT=$(PORT), BAUD=19200, BITS=8, STOP=1, PARITY=none")
|
||||
asynOctetSetInputEos( "$(PORT)", -1, "\r")
|
||||
asynOctetSetOutputEos("$(PORT)", -1, "\r")
|
||||
|
@@ -1,6 +1,6 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
IOCSH += ACS_MCB4B.iocsh
|
||||
IOCSH += DSM_MCB4B.iocsh
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
Reference in New Issue
Block a user