Brother P-touch MW-145BT User Manual

Browse online or download User Manual for Label printers Brother P-touch MW-145BT. Brother Print SDK for Android Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 44
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
© 2013 Brother Industries, Ltd. All Rights Reserved.
Brother Print SDK for Android
Manual Ver.2.3.0
Android is a trademark of Google Inc.
Page view 0
1 2 3 4 5 6 ... 43 44

Summary of Contents

Page 1 - Manual Ver.2.3.0

© 2013 Brother Industries, Ltd. All Rights Reserved. Brother Print SDK for Android Manual Ver.2.3.0 Android is

Page 2

© 2013 Brother Industries, Ltd. All Rights Reserved. 7 2.2. How to use API functions of SDK Import the library into source code. import com.bro

Page 3

© 2013 Brother Industries, Ltd. All Rights Reserved. 8 following example. You can check more details from source code of sample application. 2.3

Page 4 - Inquiry

© 2013 Brother Industries, Ltd. All Rights Reserved. 9 2.3.3. Change myPrinterInfo = serviceIf.getPrinterInfo(); serviceIf.setPrinterInfo(myPri

Page 5 - 1. At the beginning

© 2013 Brother Industries, Ltd. All Rights Reserved. 10 2.4. The sample code for supporting USB import com.brother.ptouch.sdk.Printer; public

Page 6

© 2013 Brother Industries, Ltd. All Rights Reserved. 11 3. Processing Flow Outline a general flow of print processing. 3.1. Processing Flow

Page 7 - 1.3. Restrictions

© 2013 Brother Industries, Ltd. All Rights Reserved. 12 3.3. Processing Flow of Transferring Template file Refer to 3.6 for multiple transfe

Page 8 - 2. How to implement

© 2013 Brother Industries, Ltd. All Rights Reserved. 13 The entrance site is: http://welcome.solutions.brother.com/bsc/public_s/index.html 3.6.

Page 9

© 2013 Brother Industries, Ltd. All Rights Reserved. 14 4. API Reference 4.1. com.brohter.ptouch.sdk.Printer class 4.1.1. Public Method List

Page 10

© 2013 Brother Industries, Ltd. All Rights Reserved. 15 boolean cancel() Cancel printing which is invalid during sending data. Printing meth

Page 11

© 2013 Brother Industries, Ltd. All Rights Reserved. 16 4.1.2. Method details 4.1.2.1. boolean setPrinterInfo(PrinterInfo printerInfo) [Interp

Page 12

© 2013 Brother Industries, Ltd. All Rights Reserved. - Revision history - 001 2011/05/30 Ver.1.0 New 002 2011/07/13 Ver.1.0.1 Revise accompan

Page 13

© 2013 Brother Industries, Ltd. All Rights Reserved. 17 Returns the printer information which is currently set. [Argument] None [Return value]

Page 14 - 3. Processing Flow

© 2013 Brother Industries, Ltd. All Rights Reserved. 18 [Reference] PDF File Print Processing Flow 4.1.2.8. PrinterStatus printFile(String fil

Page 15

© 2013 Brother Industries, Ltd. All Rights Reserved. 19 [Return value] true: Success false: Failed [Reference] Processing Flow of Printing P-tou

Page 16

© 2013 Brother Industries, Ltd. All Rights Reserved. 20 Processing Flow of Printing P-touch Template 4.1.2.13. boolean replaceTextName(Strin

Page 17 - 4. API Reference

© 2013 Brother Industries, Ltd. All Rights Reserved. 21 4.1.2.16. NetPrinter[] getNetPrinters(String modelName[]) [Interpretation] Returns t

Page 18

© 2013 Brother Industries, Ltd. All Rights Reserved. 22 None [Return value] LabelParam [Reference] None 4.1.2.20. UsbDevice getUsbDevice(UsbMa

Page 19

© 2013 Brother Industries, Ltd. All Rights Reserved. 23 True is always returned. [Reference] Processing Flow of Multiple Printing and Cancel 4.

Page 20 - Page count

© 2013 Brother Industries, Ltd. All Rights Reserved. 24 4.2. com.brohter.ptouch.sdk.PrinterInfo Class 4.2.1. Member Variable Field Type Vari

Page 21

© 2013 Brother Industries, Ltd. All Rights Reserved. 25 4.2.2. Details of Member Variable 4.2.2.1. Model Printer Model

Page 22

© 2013 Brother Industries, Ltd. All Rights Reserved. 26 Set address: set PrinterInfo.macAddress or PrinterInfo.ipAddress by address characters.

Page 23 - [Argument]

© 2013 Brother Industries, Ltd. All Rights Reserved. - Contents - Introduction ...

Page 24

© 2013 Brother Industries, Ltd. All Rights Reserved. 27 4.2.2.6. PrintMode Print mode of image printing enum PrintMode ORIGINAL Dot by dot ※It

Page 25

© 2013 Brother Industries, Ltd. All Rights Reserved. 28 4.2.2.10. Margin Margins of image printing Field public int left Light margin (Unit of

Page 26

© 2013 Brother Industries, Ltd. All Rights Reserved. 29 ERROR_CONNECT_SOCKET_FAILED Error: Failed to connect ※1 ERROR_GET_OUTPUT_STREAM_FAILED E

Page 27

© 2013 Brother Industries, Ltd. All Rights Reserved. 30 4.2.2.13. Msg Message This library sends following message when performing print proces

Page 28

© 2013 Brother Industries, Ltd. All Rights Reserved. 31 4.3. com.brohter.ptouch.sdk.PrinterStatus Class Fields Type Variable Name Detail ErrorC

Page 29

© 2013 Brother Industries, Ltd. All Rights Reserved. 32 4.4. com.brohter.ptouch.sdk.NetPrinter Class Fields Type Variable Name Detail String mo

Page 30

© 2013 Brother Industries, Ltd. All Rights Reserved. 33 5.Paper Size B

Page 31

© 2011 Brother Industries, Ltd. All Rights Reserved. 34 5.1. PJ Series 5.1.1. PJ-663, PJ-560, PJ-563 (300dpi model) Paper A B C D E F G H A

Page 32

© 2011 Brother Industries, Ltd. All Rights Reserved. 35 5.2. MW Series 5.2.1. MW-260 Paper A B C D E F G H A6 148 mm 1748 dots 3.75 mm 44 dots

Page 33

© 2011 Brother Industries, Ltd. All Rights Reserved. 36 6. Sample application 6.1. Brother Print SDK Demo 6.1.1. Outline Application: Bro

Page 34

© 2012 Brother Industries, Ltd. All Rights Reserved. 1 Introduction This manual is for SDK (Software Development Kit) and references which is us

Page 35

© 2011 Brother Industries, Ltd. All Rights Reserved. 37 6.1.2.2. Printer Setting Following screen is displayed when you tap [Printer Settings

Page 36 - 5.Paper Size

© 2011 Brother Industries, Ltd. All Rights Reserved. 38 Custom Paper Width (PJ only) Custom Paper Length (PJ only) Feed Paper Setting (PJ onl

Page 37 - 5.1. PJ Series

© 2011 Brother Industries, Ltd. All Rights Reserved. 39 6.1.2.4. Print Pdf File Select File: Select files in SD card. All pages: Check i

Page 38 - 5.2. MW Series

© 2011 Brother Industries, Ltd. All Rights Reserved. 40 6.1.2.5. Print Template Template Key: File key number which saved in printer.

Page 39 - 6. Sample application

© 2011 Brother Industries, Ltd. All Rights Reserved. 41 6.1.2.6. Transfer Manager Select File: Select files in SD card. Printer Settings: Sel

Page 40

© 2012 Brother Industries, Ltd. All Rights Reserved. 2 1. At the beginning 1.1. Folder Configurations The SDK contains of the following folder

Page 41

© 2012 Brother Industries, Ltd. All Rights Reserved. 3 PJ_562 yes yes no PJ_563 yes yes no PJ_622 yes no no PJ_623 yes no no PJ_662 yes yes no P

Page 42

© 2012 Brother Industries, Ltd. All Rights Reserved. 4 1.3. Restrictions  On Android OS specification, it is not possible to print large pdf

Page 43

© 2013 Brother Industries, Ltd. All Rights Reserved. 5 2. How to implement 2.1.Add library. Copy the libs folder of SDK to your application f

Page 44 - 7.Others

© 2013 Brother Industries, Ltd. All Rights Reserved. 6 Select BrotherPrintLibrary.jar which created now and click [OK] button. For PDF printing,

Comments to this Manuals

No comments