Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U1 getvar "app1.name" #1

Open
guitorioadar opened this issue Feb 25, 2020 · 5 comments
Open

U1 getvar "app1.name" #1

guitorioadar opened this issue Feb 25, 2020 · 5 comments

Comments

@guitorioadar
Copy link

My Device is connected but it is only printing this single message every 5 seconds

U1 getvar "app1.name"

@soadtechdev
Copy link

I have the same problem

@anmoljain10
Copy link
Contributor

Please give the specifications of the devices used. I'll look into it.

@FredBesterwitch
Copy link

Hi Guys Im geetting the same error
using a urovo K319 CPCL Language

const zplArray = ["! 0 200 200 210 1", "TEXT 4 0 30 40 Hello World","PRINT"];
await RNZebraBluetoothPrinter.print(deviceAddress, zplArray[0]);
await RNZebraBluetoothPrinter.print(deviceAddress, zplArray[1]);
await RNZebraBluetoothPrinter.print(deviceAddress, zplArray[2]);

goes into a loop printing [U1 getvar "app1.name"]

@lasanthamml
Copy link

Hi guys, I have the same issue. any idea?

RNZebraBluetoothPrinter.print("00:13:7B:48:50:3D", '00:13:7B:48:50:3D').then((res) => { console.log("print: ", res); }) .catch((error) => console.log(error.message));

@lasanthamml
Copy link

Hi Guys Im geetting the same error using a urovo K319 CPCL Language

const zplArray = ["! 0 200 200 210 1", "TEXT 4 0 30 40 Hello World","PRINT"];
await RNZebraBluetoothPrinter.print(deviceAddress, zplArray[0]);
await RNZebraBluetoothPrinter.print(deviceAddress, zplArray[1]);
await RNZebraBluetoothPrinter.print(deviceAddress, zplArray[2]);

goes into a loop printing [U1 getvar "app1.name"]

Sewoo LK-P30 is the printer model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants