forked from agalakhov/captdriver
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hey there,
I'm trying to make this driver work with LBP6000 printer, this printer uses same version of CAPT 3.0 as LBP3010 but it seems there should be some differences between the two. Here are list of the things I have done till now :
- Added LBP6000 to prn_lbp2900.c so I can test the current driver. Driver goes into processing stage for ever. You can see the attahced cups log file.
- I have also setup wireshark with usbpcap on windows and captured data while printing.
So after comparing captured data with logs that i have from cups I find out that first there is a command that is never sent by cups driver which is a4a00400 but the response from printer is always a4a01400000c00000000000303010dfe00000000 and it never changes no matter what printer is doing so I guess it would be safe to skip it maybe ?
The rest of process completely seems to be same, all commands have same response in both captdriver and windows. What else should I be looking for ?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request