Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
E
esc_pos_print_plus
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dio Maulana
esc_pos_print_plus
Commits
d9bba913
Commit
d9bba913
authored
Sep 05, 2019
by
Andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Readme update. Added receipt example image.
parent
62e6c7bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
README.md
README.md
+9
-1
receipt.jpg
example/receipt.jpg
+0
-0
No files found.
README.md
View file @
d9bba913
...
...
@@ -19,6 +19,8 @@ To discover existing printers in your subnet, consider using [ping_discover_netw
*
Text styling:
*
size, align, bold, reverse, underline, different fonts, turn 90°
*
Print images
*
Print barcodes
*
UPC-A, UPC-E, JAN13 (EAN13), JAN8 (EAN8), CODE39, ITF (Interleaved 2 of 5), CODABAR (NW-7)
*
Paper cut (partial, full)
*
Beeping (with different duration)
*
Paper feed, reverse feed
...
...
@@ -95,10 +97,16 @@ printer.printImage(image);
printer
.
printImageRaster
(
image
);
```
Print barcode:
```
dart
final
List
<
int
>
barData
=
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
0
,
4
];
printer
.
printBarcode
(
Barcode
.
upcA
(
barData
));
```
## TODO
*
~~Add raw print function~~
*
~~Print images~~
*
Print barcodes
*
~~Print barcodes~~
*
Print QR codes
*
~~Turn 90° clockwise rotation mode on/off~~
*
~~Flutter example: discover active Wi-Fi printers~~
...
...
example/receipt.jpg
0 → 100644
View file @
d9bba913
147 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment