-
Notifications
You must be signed in to change notification settings - Fork 5
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
MFC-L3750CDW #19
Comments
Thank you very much! 🎉 I published a new version (0.6.0), which sends a request with the old XML (because it worked before for some models) and if it fails, if applies the modifications that you mentioned. With this changes, I could successfully download the firmware for MFC-L3750CDW. |
As described in #20 (comment), this hack was also necessary for my HL-L2360DW printer.
At least for my printer, the "SELIALNO" misspelling isn't necessary to be able to fetch its firmware files, only the Given that 565ef03 didn't actually implement sending the printer's serial number as the tag contents, and that some of Brother's own tools send it and others don't, it's a pretty good indication that the SERIALNO/SELIALNO bit is not necessary. |
Thanks @dlenski for this hint. I'll have a look 😉 |
This tool doesn't work with MFC-L3750CDW – but https://github.com/CauldronDevelopmentLLC/oh-brother does
The difference seems to be in the XML request being sent:
<MODELINFO>
, your tool sends<SERIALNO></SERIALNO>
, that other tool sends<SELIALNO>
(yes terrible spelling is necessary) with the actual printer serial as contents<DRIVER></DRIVER>
, theirs sends<DRIVER>EWS</DRIVER>
Your tool doesn't get back a response, that other tool gets something like this:
The text was updated successfully, but these errors were encountered: