parent
4de36b7901
commit
ef22837186
|
@ -429,7 +429,7 @@ namespace ITC81DB_2.Forms
|
|||
{
|
||||
string value = "";
|
||||
|
||||
if (this.SystemConfig.SerialCOM1Mode >= 3 || this.SystemConfig.SerialCOM1Mode <= 5)
|
||||
if (this.SystemConfig.SerialCOM1Mode == 3)
|
||||
{
|
||||
this.TransferSerialCOM1("##############################");
|
||||
this.TransferSerialCOM1(" TOTAL PRINT LINE1 ");
|
||||
|
@ -512,7 +512,7 @@ namespace ITC81DB_2.Forms
|
|||
this.TransferSerialCOM1("##############################\n\n\n\n");
|
||||
}
|
||||
|
||||
if (this.SystemConfig.SerialCOM3Mode >= 3 || this.SystemConfig.SerialCOM3Mode <= 5)
|
||||
if (this.SystemConfig.SerialCOM3Mode == 3)
|
||||
{
|
||||
this.TransferSerialCOM3("##############################");
|
||||
this.TransferSerialCOM3(" TOTAL PRINT LINE1 ");
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue