Can I use a scanner connected to another computer on my computer?

8

1

I have a home server running Windows Server 2008 R2, wich has one multi-functional printer.

I can already use the printer from my laptop (Windows 7 Professional RTM), but can I use the scanner tool from my laptop? If so, how?

josecortesp

Posted 2009-12-10T17:19:45.653

Reputation: 679

2What is the make/model of printer/scanner? – Mark – 2009-12-10T17:23:05.007

It's a Cannon MP210... – josecortesp – 2009-12-11T03:10:25.047

Answers

3

Share a scanner / Twain device via TCP/IP in Win32 with the Network Twain Engine

Network Twain Engine is free open source software.

Molly7244

Posted 2009-12-10T17:19:45.653

Reputation:

What to do after installing the service on machine with scanner. Nothing in readme file. – MiFreidgeim SO-stop being evil – 2016-02-06T01:27:19.997

1There are no instructions for how to connect to the server once it is up and running. – Zian Choy – 2010-09-13T21:12:19.760

There is a separate "Twain Client" download, I found it in the files section on the site. Couldn't get it to work, but it looks like it is intended that you scan with the "Twain Client" provided. You can't use any old TWAIN-capable piece of software that you have. – Aaron – 2018-05-02T14:32:37.207

you're more than welcome :) – None – 2009-12-11T03:16:47.673

That's maybe a stupid question, but since in the page you're pointing me to, it says "Share a scanner(..) in win32", and both my Server and laptop OS are 64 bits, it will work? – josecortesp – 2009-12-11T03:17:24.677

you might have a problem there :( maybe the developer will reply to a question if you leave a note on his blog: http://sourceforge.net/blog/

– None – 2009-12-11T03:25:34.863

1

There are at least several solutions:

1) USB over Network - Allows to share any USB device on remote computer and connect it to your computer over network. Virtual USB device is created on your PC. And it appears like if the remote USB device was unplugged from the remote computer and plugged to your one.

2) Scanner for Remote Desktop - It allows to redirect your locally plugged scanner to your remote Windows session. In other words, you can logon to RDP or Citrix session from your local PC and scan within the session.

I hope it will help!

Robert Fisher

Posted 2009-12-10T17:19:45.653

Reputation: 11

1

You can always use remote desktop connection to remotely log in to the Windows Server 2008 R2 machine. Although that doesn't mean you get the images scanned directly to your own computer, you can transfer using shared folders on top of it.

Cecil Has a Name

Posted 2009-12-10T17:19:45.653

Reputation: 113

I know that... and that's what I use know, but this is to me like to non best option, i think... – josecortesp – 2009-12-11T03:11:38.323

0

Would it not make more sense to scan from the computer it's attached to (given you've got to be at the scanner to put what you're scanning in), and simply save to a network location?

Rowland Shaw

Posted 2009-12-10T17:19:45.653

Reputation: 3 607

Yeah, I know that make sense, but since it's a kinda busy server (hosting Web Pages, sharepoint, sql server and Team foundation server, I will prefer to do this on my laptop... – josecortesp – 2009-12-11T03:12:52.797

0

As far as I know there isn't such function in Windows OS. However You can google for scanner sharing apps (there are some, but works only with some scanners).

Also all in some one printers with network connection have scanner sharing function. For example my HP C6180 allows scanning using web interface.

Maciek Sawicki

Posted 2009-12-10T17:19:45.653

Reputation: 1 072

0

I don't quite understand how you intend to use the scanner without physically being at the scanner. Don't you have to be at the scanner to put the document to be scanned on the glass?

Sharing a printer makes sense because the printer is an output, whereas the scanner is an input. You'd have to be at the scanner to use it, but the printer can print and the douments will await your arrival at the printer indefinitely.

However, to answer your question, a program such as RemoteScan can do what you're looking for. As far as I know, there is no free alternative, and no built-in way to make this work.

eleven81

Posted 2009-12-10T17:19:45.653

Reputation: 12 423

2printer/scanner's plugged into the server. user's at the laptop. doesn't mean the user's not physically at the scanner; just means the user doesn't want to monkey with unplugging the device. it makes perfect sense. – quack quixote – 2009-12-10T17:37:40.453

1My wireless-enabled Brother MFC can send scans to any of the computers it has been told about - you hit the scan button, select the option to send to a computer (forget what it's called exactly), and then select the specific computer. After scanning, the image is sent to the computer, which simply waits for user input about what to do with it. This functionality obviously needs to be built into the printer itself, so this is probably not terribly useful for the OP, but just saying - from a certain point of view, a scanner can be an output device, too. – Martha – 2009-12-10T19:40:24.573

Well that's a nice MFC, but i don't have one of those... I just want to avoid the pluggin-unpluggin or worst, the transfering sometimes large photo-scaned images over my Wireless G connection... – josecortesp – 2009-12-11T03:15:09.410

0

I ran into an install like this yesterday. If the printer is connected via USB you may be alright. If your printer is connected vie ethernet, well that's a headache.

If you can scan from the server, meaning the software is correctly installed, then you should be able to share the scanner and connect to it simply via the scanners and cameras section in "My Computer" or whatever that's called in Windows 7.

menns

Posted 2009-12-10T17:19:45.653

Reputation: 518

1I wish it was that easy... Printer sharing is like the most easy thing you can do in windows, but Scanner Sharing... That's complete another thing – josecortesp – 2009-12-11T03:20:32.020

Yeah I guess you're right. Reading back over my answer, I see the dreaded word "should". Meaning on a Mac it works but on a PC, probably not so much. :) - Sorry. – menns – 2009-12-11T14:17:38.733

0

If you have a Ubuntu PC (or are comfortable setting up one), you can have a printer server with a powerful web-based interface using PHP-Scanner-Server.

It is free, open-source and cross-browser, supports OCR, export to PDF, upload to imgur, etc.

That Brazilian Guy

Posted 2009-12-10T17:19:45.653

Reputation: 5 880