How to Evaluate Terminal Print Performance: Difference between revisions

From wizarPOS
No edit summary
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/printer/evaluate-print-performance}}")
Tag: Replaced
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The printing performance of the terminal is as follows:
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/printer/evaluate-print-performance}}
 
Column 3 shows how long it took the program to call the print method until the paper started moving.
 
Column 4 shows how long it took the program to call the print method until the print is complete.
 
Q2:
{| class="wikitable"
|-
! print method !! receipt length !! paper begin to move (s) !! print finish/method return (s)
|-
| printText || 60 lines/~30 cm|| 0.1 || 5.6
|-
| printText || 120 lines/~60 cm|| 0.2 || 11.5
|-
| printBitmap || 25 cm|| 0.3 || 3.7
|-
| printBitmap || 50 cm|| 0.4 || 7.6
|-
| printBitmap || 75 cm|| 0.6 || 11.6
|-
| printHTML || 25 cm|| 1.3 || 5
|-
| printHTML || 50 cm|| 1.5 || 9
|-
| printHTML || 75 cm|| 1.6 || 12.7
|}
 
 
Q1v2:
{| class="wikitable"
|-
! print method !! receipt length !! paper begin to move (s) !! print finish/method return (s)
|-
| printText || 60 lines/~30 cm|| 0.1 || 6.3
|-
| printText || 120 lines/~60 cm|| 0.2 || 13
|-
| printBitmap || 25 cm|| 0.3 || 4.5
|-
| printBitmap || 50 cm|| 0.4 || 9
|-
| printBitmap || 75 cm|| 0.5 || 14
|-
| printHTML || 25 cm|| 1.2 || 5.5
|-
| printHTML || 50 cm|| 1.3 || 10
|-
| printHTML || 75 cm|| 1.4 || 14
|}

Latest revision as of 07:43, 7 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/printer/evaluate-print-performance

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!