Find the answer to your Linux question:
Results 1 to 2 of 2
hi, i am new to kernel programming. i am writing driver for character printers. my driver sends the data to the device file but it is not getting printed by ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    0

    please help me in writing dot matrix printer driver

    hi, i am new to kernel programming. i am writing driver for character printers. my driver sends the data to the device file but it is not getting printed by the printer. i feel i have missed out the printer initialization commands in the code. What are the signals that are to be sent to the parallelport port to initialise the printer and send the data to print it? Please help.

  2. #2
    Linux Newbie
    Join Date
    Jul 2007
    Location
    Here. There. Anywhere.
    Posts
    150
    I really don't know the first thing about writing drivers, but I need to learn it. Here's probably the most important book you'll need on a project like this, if you don't already have it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •