thanks, but is there any sample of implementation for SANE with .Net? i couldnt find any
Main Topics
Browse All TopicsHi,
Is there any free open source component that deal with ISIS scanning. all i have found deal with TWAIN. Or if there is a recommondation on some commercial component you used.
Thanks,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You asked for an OPEN source product -- SANE is an API that you write to, using the calls of the API.
M$ .NET technology has nothing to do with it, you write to the SANE API, not to a .NET API. The SANE is the backend driver interface, other APIs like .NET are the front end generators of the GUI interface.
To some degree, .NET is proprietary to M$ products and OSs, so it is the opposite of open source. The best way is to go to the SANE website, http://www.sane-project.or
Also see -- http://www.xsane.org/ -- there is a front end GUI ready made for the SANE interface.
Anyway to answer your main question, I could find nothing open source that linked to ISIS, everything seems to be proprietary.
Business Accounts
Answer for Membership
by: scrathcyboyPosted on 2008-06-15 at 14:14:31ID: 21789749
TWAIN was a proprietary format, but is now "essentailly" open source from its popularity. ISIS, as far as I know, is a proprietary format for which there is no open source code, at least that I can find.
ki/ISIS
ki/Scanner _Access_No w_Easy
http://en.wikipedia.org/wi
However, that said, you can easily reverse engineer an ISIS driver for a scanner that professes to be network capable, and once you understand the protocols and its network access methods, you could then write your own. The other way is to contact EMC directly -- www.emc.com
Have you looked at SANE? It seems to be one of the best open-source concepts -- at least it has started out as open source instead of proprietary, so that is a big plus for it --
http://en.wikipedia.org/wi
I normally don't give WIKI links, but in the case of these scanner drivers, it seems to be the best discussion of their features.