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

usb printer can not send all datas #2

Open
cwangfr opened this issue Apr 14, 2022 · 4 comments
Open

usb printer can not send all datas #2

cwangfr opened this issue Apr 14, 2022 · 4 comments

Comments

@cwangfr
Copy link

cwangfr commented Apr 14, 2022

This code is works
final manager = NetworkPrinterManager(NetworkPrinter(address:"192.168.1.87"),
PaperSizeWidth.mm80, PaperSizeMaxPerLine.mm80, profile);
await manager.connect();
manager.writeBytes(bytes, isDisconnect: true);

But these code can not print all data
final manager = USBPrinterManager(USBPrinter(id:xxxx, name:"USB Printer', address:"", vendorId:xxx, deviceId: xxx, deviceId:xxx),
PaperSizeWidth.mm80, PaperSizeMaxPerLine.mm80, profile);
await manager.connect();
manager.writeBytes(bytes, isDisconnect: true);

DragoUsbPrinter works fine

@selvam920
Copy link
Owner

share the error

@cwangfr
Copy link
Author

cwangfr commented Apr 14, 2022

Use NetworkPrinterManager and DragoUsbPrinter to print like this
671649950427_ pic
It's works fine,

Use UsbPrinterManager print many times like this
661649950427_ pic_hd

@ferns-it
Copy link

ferns-it commented May 6, 2022

Any updates ?

@muhd-ameen
Copy link

muhd-ameen commented Jan 18, 2024

is this issue resolved? any update @selvam920 @ferns-it @cwangfr

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

4 participants