denysvitali / brother-scanner-scripts

Brother ADS-2700W - Scan Scripts
8 stars 2 forks source link

Does it really work? #1

Open jyy1082 opened 6 years ago

jyy1082 commented 6 years ago

Hello, we are trying to find a scanner which can be integrated in to our Web system. May I ask you that can this project really work for Brother ADS-2700W? If yes, we will purchase this scanner to test. Thank you so much!

denysvitali commented 6 years ago

Sure thing! It works :+1: I'm using it for my DMS.rs project

jyy1082 commented 6 years ago

Great to see that!

I signed Brother Solutions Interface (BSI) Developer Program. However, they have not yet approved it, so I have not review the official developer document. Can I clarify with you that what I need to modify to try to connect to my Brother ADS-2700W scanner? I saw there is UUID in the "create-job.sh", is that assigned by me or the machine ID which need to get from scanner? Is there any other I need to change to run the code?

Thank you again!

denysvitali commented 6 years ago

The UUID seems to be random, you'll only need to edit the IP (192.168.1.82) and probably the port.

I didn't signed up for BSI Developer Program - I created this project from a RE of the Windows Scanner API

jyy1082 commented 6 years ago

Got it! Thanks. I will purchase a Brother ADS-2700W today and test this code today.

Do you think the port 53048 is fixed in all Brother ADS-2700W scaners? or I need to find the one from different Brother ADS-2700W sacnners?

Also, may I ask you where can I find the full document of the Windows Scanner API?

denysvitali commented 6 years ago

No clue! I think that the port is random, but could be retrieved via UPnP. Haven't tested it tbh.

About the Windows Scanner API, I haven't found any documentation but I did some reverse engineering