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

请教一些问题 #6

Open
clodwater opened this issue Nov 8, 2018 · 1 comment
Open

请教一些问题 #6

clodwater opened this issue Nov 8, 2018 · 1 comment

Comments

@clodwater
Copy link

最近在做热敏打印机,是一款有驱动的打印机,是通过usb口进行连接打印的。可是打印速度很慢,该如何解决。(就是说我发送一条打印指令,打印机可能需要3s左右的时间才能反应过来)

@GrassQing
Copy link
Owner

原则上不应该这么慢的,首先 我们得看下 ,传输段接收到指令的时候是不是非常的慢,如果不是 很慢,就说明驱动 那边 初始化时间太长了,导致需要3s才打印.

按照你说的这种现象,我估计应该是这种情况.驱动那边获取到你 发送的消息后, 把所有的内容 放置缓存,然后初始化,一次性开始打印, 我估计就是这样照成 延迟3s打印.....

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