The COM1 port remains occupied after a print seccion.
The only way is to remove the COM1 port (hardware) in the device table and have them installed again.
Since I send an escape code "0RE" to a labelprinter TLP2742 (ZEBRA - ELTRON) in order to generate an EURO sign, after the seccion the COM port remains occupied.
The following is foreseen to initialise the COM port
nCOMPOORT=1
COM_FLUSH(ncompoort)
COM_OPEN(ncompoort,300,300,.T.)
COM_INIT(ncompoort,9600,"N",8,1)
Is there a solution to prevent this problem
Wim
Agedoorn - Belgium
The only way is to remove the COM1 port (hardware) in the device table and have them installed again.
Since I send an escape code "0RE" to a labelprinter TLP2742 (ZEBRA - ELTRON) in order to generate an EURO sign, after the seccion the COM port remains occupied.
The following is foreseen to initialise the COM port
nCOMPOORT=1
COM_FLUSH(ncompoort)
COM_OPEN(ncompoort,300,300,.T.)
COM_INIT(ncompoort,9600,"N",8,1)
Is there a solution to prevent this problem
Wim
Agedoorn - Belgium