BUFFER IMPRESSORA MP-4200TH BEMATECH

JOAO.PERSONAL 04/08/2012 17:09:26
#407206
Boa tarde Galera,

Seguinte preciso obter o tamanho do buffer da impressora nao fiscal bematech( Isto é saber se o buffer esta vazio ou cheio) tem um código de exemplo em delphi porem
nao conseguir altera-lo para vb6 alguem tem um exemplo ai. Bom para facilitar segue os codigo em delphi :

// Exemplo em Delphi
...
var
buffer: array[ 0..5 ] of byte ;
begin
...
status := LeituraStatusEstendido( buffer );
if status = 1 then
begin
if ( integer( buffer[ 2 ] ) and 8 ) <> 0 then
ShowMessage( [ô]Cutter Error[ô] )
end;
..
end;

Um abraco a todos....
JOAO.PERSONAL 06/08/2012 10:54:38
#407250
alguem?
Tópico encerrado , respostas não são mais permitidas