Hi, I would like to connect the USB printer on the friendlyARM board & support printing for my application. I dont know whether kernel has the in build printer drivers (kernel downloaded from friendlyarm website) and what printers it supports? can someone help. thanks suresh
printer support
printer interface???? it is running linux, just spin the print spooler, it supports all protocols for connecting to printers.
Have any one tried doing this in WIN CE 6.0 I have flashed my device with WIN CE 6.0 available on Thai.... website. thanks!! regards Vikram
I am interested in Connecting USB printer to Friendly ARM. I tried connecting the prionter to the board. it is detecting the printer. but when i give print command as "cat > text.txt /dev/usb/lp0" the printer is not reponding or printing anything. Can some one help how to print the docs using firendly ARM/ Regards, Y.Stalin
I don't know how you build your kernel. In case you are using buildroot, just enable printing support (make linux26-menuconfig -> Device Driver -> USB Support -> USB Printer support ). The printer driver is usblp. If you want more (spooler, web interface, etc), you can look for CUPS. Good luck Bao