Migrated from Serial Link to USB-Serial Link
This commit is contained in:
parent
5e2319f7b6
commit
eba1527050
2 changed files with 6 additions and 6 deletions
|
@ -40,8 +40,8 @@ my $paranoid=1;
|
|||
|
||||
my $debug=0;
|
||||
|
||||
my $serialport="/dev/ttyS0";
|
||||
#my $serialport="/dev/ttyUSB0";
|
||||
#my $serialport="/dev/ttyS0";
|
||||
my $serialport="/dev/ttyUSB0";
|
||||
|
||||
my $gpgbin="/usr/bin/gpg";
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Device::SerialPort_Configuration_File -- DO NOT EDIT --
|
||||
/dev/ttyS0
|
||||
/dev/ttyUSB0
|
||||
|
||||
C_CFLAG,6322
|
||||
C_IFLAG,1
|
||||
C_CFLAG,7346
|
||||
C_IFLAG,0
|
||||
C_ISPEED,4098
|
||||
C_LFLAG,2608
|
||||
C_OFLAG,4
|
||||
|
@ -22,7 +22,7 @@ CFG_1,none
|
|||
RCONST,0
|
||||
CFG_2,none
|
||||
HNAME,localhost
|
||||
ALIAS,/dev/ttyS0
|
||||
ALIAS,/dev/ttyUSB0
|
||||
CFG_3,none
|
||||
U_MSG,0
|
||||
DATYPE,raw
|
||||
|
|
Loading…
Reference in a new issue