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

The command is being sent but nothing printing #32

Open
juano2310 opened this issue Jan 20, 2024 · 2 comments
Open

The command is being sent but nothing printing #32

juano2310 opened this issue Jan 20, 2024 · 2 comments

Comments

@juano2310
Copy link

I have two Bluetooth printers (Niimbot B1 and IDPRT), and both connect, but when I send the test or something to print, I see this output, but nothing prints. Any clue what it could be?

D/BluetoothSocket(10647): write: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 1
D/BluetoothSocket(10647): write out: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 1
D/BluetoothSocket(10647): write: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 3
D/BluetoothSocket(10647): write out: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 3
D/BluetoothSocket(10647): write: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 2
D/BluetoothSocket(10647): write out: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 2
D/BluetoothSocket(10647): write: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 3
D/BluetoothSocket(10647): write out: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 3
D/BluetoothSocket(10647): write: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 3
D/BluetoothSocket(10647): write out: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 3
D/BluetoothSocket(10647): write: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 16
D/BluetoothSocket(10647): write out: android.net.LocalSocketImpl$SocketOutputStream@885ffac length: 16
I/flutter (10647): status print result: true

Thanks in advance!

@andresperezmelo
Copy link
Owner

It may be the length of the data being sent, perhaps the printer buffer does not support many characters, but open a test or check further for the cause.

@juano2310
Copy link
Author

Thanks a lot @andresperezmelo. Is there anything I can do to help? Can I send money to buy a printer?

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

2 participants