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

[BUG] Unable to print on Star Micronics TSP650II via iOS #58

Open
bhimanshu-kalra opened this issue May 23, 2022 · 0 comments
Open

[BUG] Unable to print on Star Micronics TSP650II via iOS #58

bhimanshu-kalra opened this issue May 23, 2022 · 0 comments

Comments

@bhimanshu-kalra
Copy link

Description

Star Micronics printer doesn't show up in the device list. Please do let me know if it is supported.

Device

  • Model Names: Star Micronics TSP650II
  • Interface: Bluetooth
  • OS: iOS, android

Additional context

This printer works fine on android. Also, I have another printer that works fine on Android and iOS. So, it's probably not a code bug on my end.

Relevant Code

        await Printer.init();
        devices = await Printer.getDeviceList();
        // set selectedDevice as per user preference 
          await BLEPrinter.connectPrinter(
              (selectedDevice as IBLEPrinter)?.inner_mac_address,
          );
        selectedPrinter?.printImageBase64(imageUri, {imageWidth: 400});
@bhimanshu-kalra bhimanshu-kalra changed the title [BUG] Unable to print on Star Micronics TSP650II [BUG] Unable to print on Star Micronics TSP650II via IOS May 23, 2022
@bhimanshu-kalra bhimanshu-kalra changed the title [BUG] Unable to print on Star Micronics TSP650II via IOS [BUG] Unable to print on Star Micronics TSP650II via iOS May 23, 2022
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

1 participant