Jump to content

So here is my idea


G+_Jason Perry
 Share

Recommended Posts

So here is my idea.

 

I want to mount a RPi with screen near my networked all-in-one printer. From here I want to use it to simplify tasks I use my printer for.

For example, scan a document and send it to my bills folder on my NAS, or copy all the pictures to pictures folder.

 

Does anyone have any suggestions on how to go about this or any software out there that serves this function.

 

I get the feeling this isn't as straight forward as using an API or downloading a library. 

Link to comment
Share on other sites

Jason Perry I find linux and printer drivers to be iffy. It took me weeks to get our brother printer to work properly with centos. But if your printer does provide drivers, then you should be able to build them for the pi.

 

Your best bet (and possibly easier option) may be using a windows tablet, or a windows computer/laptop to control the printer using the printer's software suite. You could use the pi as a thin client and rdp into a headless windows box. Maby even a vm if the printer is networked.

 

My original thinpi writeup would be perfect for this.

http://610bob.com/ThinPI

Link to comment
Share on other sites

Jason Perry Yea. The drivers should work on the pi (assuming they don't need something weird). I'm not sure how scanning works on linux, but I now printing uses a thing called cups. Programs talk to the printer through cups. I'm sure scanning works the same way. after that, it should just be a simple bash script to scan to a destination folder using a timestamp for the file name.

 

What might work out well is just a bash script for each thing. So have a bill scan script. Put a shortcut that executes your script on the desktop of the pi. Then you would just click the correct shortcut and scan your bill to the appropriate folder. 

Link to comment
Share on other sites

 Share

×
×
  • Create New...