Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Internet Printing (IPP) from Netduino


  • Please log in to reply
3 replies to this topic

#1 boardworks

boardworks

    New Member

  • Members
  • Pip
  • 1 posts

Posted 20 October 2012 - 08:08 PM

Hi everyone – long time reader, first time poster. I've been playing with my Netduino Pro for a while now and loving every minute (have been tinkering with Arduino for the better part of a year, and have long wanted to use C#). One thing I have been looking for is how to print to my Internet Printing Protocol (IPP)-enabled HP InkJet printer via ethernet on my Netduino Pro. Have any of you seen sample drivers or other code examples on how best to achieve this? Many thanks in advance for your help!

#2 Coding Smackdown

Coding Smackdown

    Advanced Member

  • Members
  • PipPipPip
  • 78 posts
  • LocationLewisville, TX USA

Posted 22 October 2012 - 02:31 AM

About a year back I wrote some basic code to print on network receipt printers. The biggest issue I had was all of the example code was too big for the Netduino. I end up sending basic text and ASCII commands to the printer, but never got what I was looking for. Now With .Net 4.2 you might have enough memory to do it. Its double almost since last time i tried. Good luck!
Brewing Award Winning Beer with a Netduino!
http://diybrewery.com

#3 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 22 October 2012 - 07:56 AM

It's an interesting project, for sure! You could use sockets to communicate with the printer. But I wonder if there's enough memory in the Netduino Plus to handle the protocol. Maybe in a very basic version.
"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#4 JerseyTechGuy

JerseyTechGuy

    Advanced Member

  • Members
  • PipPipPip
  • 870 posts

Posted 22 October 2012 - 11:40 AM

I agree with everyone above. I've used the Plus via Ethernet to print to a serial receipt printer, but again this is simple Text and ASCII commands much like Coding Smackdown said. I've written a lot of printer code for the printers used in the Photo Booths I designed back in the 90's and for client projects over the last few years. My fear is the same that is simply would be too large a code base. Plus, it would simply be 50% cheaper to buy an Ethernet to (USB / SERIAL / PARALLEL) print adapter.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.