react-native-bluetooth-escpos-printer icon indicating copy to clipboard operation
react-native-bluetooth-escpos-printer copied to clipboard

tear on is not working

Open jturingan25 opened this issue 5 years ago • 7 comments

how can I cut automatically the paper?

jturingan25 avatar Sep 11 '19 13:09 jturingan25

You may need to send the raw command

发自我的 iPhone

在 2019年9月11日,下午9:56,jturingan25 [email protected] 写道:

how can I cut automatically the paper?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

januslo avatar Sep 11 '19 16:09 januslo

what do you mean raw command? can you give an example?

Thanks,

James Turingan Software Engineer Thousand Minds Social Media Inc.

On Thu, Sep 12, 2019 at 12:49 AM janus j k lu [email protected] wrote:

You may need to send the raw command

发自我的 iPhone

在 2019年9月11日,下午9:56,jturingan25 [email protected] 写道:

how can I cut automatically the paper?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/januslo/react-native-bluetooth-escpos-printer/issues/71?email_source=notifications&email_token=ANAQHI7SIMY7KDKVLLVSWMTQJEOS5A5CNFSM4IVULB52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6PERMQ#issuecomment-530466994, or mute the thread https://github.com/notifications/unsubscribe-auth/ANAQHIZOAK2TE7A2MATVI7TQJEOS5ANCNFSM4IVULB5Q .

jturingan25 avatar Sep 12 '19 15:09 jturingan25

+1 on How do we send raw command?

rezasazesh avatar Nov 15 '19 14:11 rezasazesh

any solution to send raw command?

angelop11 avatar Apr 20 '21 17:04 angelop11

any luck with this? help please @angelop11 @rezasazesh @jturingan25 @januslo

takeruadelbert avatar Jun 29 '21 09:06 takeruadelbert

+1

xuanhieupd avatar Dec 28 '21 15:12 xuanhieupd

Sending this raw command code at the end will do the trick.

await BluetoothEscposPrinter.printText('\x1B\x69', {});

heyfromapp avatar Nov 29 '23 02:11 heyfromapp