Hi all, I'm looking at sending output to a network printer... Wondered if anyone crossed this bridge and has implemented a minimal interface to an lpd or ipp compliant spooler or network printer using the raw api. I've looked at LPRng, et al. - and sometimes it's tough to see the forest for the trees. ;)
We already generate text reports line-by-line for printing to serial devices, so a very simple lpr or ipp client that sets up a print job and submits the document it is all I need to do... Or.. rather than generating line-by-line reports... Maybe it would be easier to use one or more html pages available on our device - and just tell an IPP printer to print a page via URI? Thanks in advance, - Jim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Çaglar AKYÜZ Sent: Wednesday, March 21, 2007 4:33 AM To: Mailing list for lwIP users Subject: Re: [lwip-users] Help with lwip (FreeRTOS) on the AT91SAM7x256 Raketnet wrote: > Hi, > > I'm using the AT91SAM7xek evaluation kit. I'm using Eclipse, and > FreeRTOS as > operating system. The lwip demo version with webserver is now running on my > microcontroller. > My question is if there is any source code for handling a UDP or a TCP > packet? > I'm uploading my source code for UDP and TCP. Sorry for the mess but I don't have time to simplfy it. Excuse me please. However, they should give you the idea on using connections. BTW, there are nice examples in the list if you search through. Regards Caglar _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
