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

Unable to connect device #21

Open
CorentinHeroux opened this issue Aug 30, 2021 · 6 comments
Open

Unable to connect device #21

CorentinHeroux opened this issue Aug 30, 2021 · 6 comments

Comments

@CorentinHeroux
Copy link

This code always returns "Unable to connect device" no matter what device is used (Android 5, 8, 10).
The address sent is the correct one (returned by pairedDevices()).
Zebra ZD421 printer

let deviceAddress = '00:07:4D:BD:27:2E';
RNZebraBluetoothPrinter.connectDevice(deviceAddress)
    .then((res) => { 
        console.log(res);
    })
    .catch((error) => console.log(error.message));

Has anyone experienced this problem or seen how to solve it ? Thanks

@crventra941
Copy link

I've the same issue with the same printer, Do you have any solution yet?

@Stroi
Copy link

Stroi commented Apr 25, 2022

I have the same problem with ZD421 , I have the correct MAC address, and when I try to connect from android to the printer it always returns Error: Unable to connect device , printing also doesn't work. Any solutions @crventra941 @CorentinHeroux ?

I can connect to the printer with the official Zebra app (Printer Setup) over BLE

@giorgioff
Copy link

hi! same problem here. I see "unpaired" as device type value. but also after a connectDevice call, the issue isn't resolved

@ombogdan
Copy link

same problem

@emirhanselamet
Copy link

same problem. anyone fix the issue?

@ombogdanJoinToIt
Copy link

same problem. anyone fix the issue?

yes. you need to make changes in android app. please write me in telegram ombogdan_bbx and I send you new archive

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

7 participants