New device name

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
Bernardo Carvalho
2022-05-04 16:03:28 +01:00
parent 1b2912fab0
commit cc7293d588

View File

@@ -15,7 +15,8 @@ cd "${TOP}"
dbLoadDatabase "dbd/ISTTOK.dbd" dbLoadDatabase "dbd/ISTTOK.dbd"
ISTTOK_registerRecordDeviceDriver pdbbase ISTTOK_registerRecordDeviceDriver pdbbase
drvAsynSerialPortConfigure("RS232","/dev/ttyUSB0") #drvAsynSerialPortConfigure("RS232","/dev/ttyUSB1")
drvAsynSerialPortConfigure("RS232","/dev/dsPIC0")
asynSetOption("RS232", 0, "baud", "115200") asynSetOption("RS232", 0, "baud", "115200")
asynSetOption("RS232", 0, "bits", "8") asynSetOption("RS232", 0, "bits", "8")
asynSetOption("RS232", 0, "parity", "none") asynSetOption("RS232", 0, "parity", "none")