Questions tagged [brother-print-sdk]

21 questions
6
votes
3 answers

ERROR_WRONG_LABEL when trying to print wireless using Android Brother Sdk for label printer

I have trying to print using labels from my android app which using wifi commands Brother QL-720NW label printer. Since I performed factory reset on the printer , I'm getting this error Problem: ERROR_WRONG_LABEL( means wrong roll specified in the…
Rachita Nanda
  • 4,509
  • 9
  • 42
  • 66
3
votes
0 answers

Brother Printer SDK in Xamarin.Android Printing Issue

I'm Working on Brother Label Printer QL-710W using Xamarin.Android. I have created a Android bindings project and Added jar files and .so files as shown below. I'm using Visual Studio. Jars > BrotherPrintLibrary.jar; BuildAction:…
3
votes
1 answer

Android printing with Brother SDK via WIFI (ERROR_WRONG_LABEL)

I am creating an Android app that will be printing to a Brother QL-720NW Label printer. I have created a sample project for this. I have imported the necessary JAR file in the libs folder and set the printer settings as suggested in the sample…
Guy Heylens
  • 69
  • 1
  • 8
2
votes
2 answers

Zebra CPCL PCX command puts printer into receiving mode indefinitely

Trying to print to Brother RJ-4230B printer using CPCL Line Mode via the Brother Print SDK. Printer gets stuck on "Receiving" when I send these bytes using driver.sendRawData(bytes): ! 0 200 200 2596 1 PW 575 TONE 0 SPEED 3 ON-FEED…
Chuck Krutsinger
  • 2,830
  • 4
  • 28
  • 50
1
vote
0 answers

Maui Android Binding Class For Brother Mobile Printing SDK

Jumped on the maui development train with a new mobile android app. Intent is this app will print out a docket on a Brother RJ2050 mobile printer. I've downloaded the SDK and followed the instructions from here (Adding an Android Java Library…
Hursey
  • 541
  • 2
  • 8
  • 17
1
vote
0 answers

Brother bluetooth thermal Printer(RJ 3035 B) showing Red blinking light(error) after 1 print while printing a customPdf. Using type B Brother iOS SDK

I am developing a simple game using Swift ,UIKIt. I am priting the end result of every game on a receipt that i make programatically. I am using the Brother Bluetooth Thermal printer - RJ 3035B. The printer succesfully prints one receipt and after…
1
vote
0 answers

Is there any possibility to use the Brother VC-500W from self coded applications?

I've a Brother VC-500W, and it seems to me, that there is no possibility to use it in external applications. For other models there is the b-pac sdk, but I haven't found anything similar for the VC-500W. Does anybody here have some tips or a…
KTSB
  • 79
  • 4
1
vote
0 answers

How do I print label on Brother Printer from Flutter app using Native Java SDK?

I am developing an android app to print labels using a Brother Label printer. I am using Flutter and the Native Android SDK for Brother printers, bridging the code between flutter and java using Platform MethodChannel. I have set the printer…
1
vote
0 answers

Brother Printer SDK cannot print label ERROR_WRONG_LABEL_ IOS

I am trying to print a label from my Nativescript+Vue application for IOS. I can successfully connect to printer, however when I try to print an image, it will give me an Error. The printer I am using is the "QL-810W". The label that I have loaded…
0
votes
0 answers

Configuring Brother QL-820NWBc Label Printer for Remote Access and Multi-Store Communication

Hi Stack Overflow Community, I'm working on a project that involves setting up multiple Brother QL-820NWBc label printers in different stores, and I need them to be accessible from a remote location. The goal is to enable my central server, located…
0
votes
0 answers

Brother Mobile SDK Printing From Custom IOS Application

I created an IOS Application to print Labels from a QL-820NMBc. Everything works exactly as intended code wise. However, the only way I can get the Label to finally Print out of the printer, is to Force Close the Mobile Application. I am in no way a…
Duny
  • 215
  • 4
  • 11
0
votes
0 answers

Printing Data Matrix from Microsoft Excel

I am currently working with a vba macro to gather information from a user and use it in a data matrix. Currently the code is set up where the macro gathers the information, stores it on a cell in an excel sheet, and then uses the information stored…
0
votes
0 answers

Adding new Brother printer to another_brother package

I need to send PDF label to A TD-2125NWB Brother printer from an Android App which is developped with the another_brother package (https://pub.dev/packages/another_brother) I have already used this package to print PDF labels on a QL-820NWBc…
Alaindeseine
  • 3,260
  • 1
  • 11
  • 21
0
votes
0 answers

Printing to Brother PT-D600 from MS Access Using VBA

I am trying to print a Serial Number to a Brother PT-D600 printer whenever an MS access form is submitted. This is my current script. Public Sub PrintLabel_Click(ByVal printStatement As String) On Error GoTo ErrorHandler Dim labelmakerPath As…
0
votes
0 answers

Xamarin Binding for Brother Printer BRLMPrinterKit.xcframework with XCODE 14

I need to create a binding for the Brother BRLMPrinterKit.xcframework version 4.61 or any version 4, but my MacBook with Ventura OS loaded on it only allows me to install XCODE 14. When I try run Objective Sharpie on the Brother Framework it errors…
1
2