New device name
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user