Thread: need suggestion

  1. #16
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Well, I'd suggest you get familiar with low level programming and the interprocess communication and other basic Win32 API functions.

    As to what device you would work with, I'd probably say the serial port is the best one to work on, because it's very simple.

    Just don't cheat and look at the serial port driver in the WDK that I suggested you download, as I'm sure there still is a standard serial port driver in the WDK.

    Edit: Don't get me wrong. You need to get the WDK, but you shouldn't be looking at the serial port sample code.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  2. #17
    Registered User
    Join Date
    Jul 2008
    Posts
    37
    ok..i gonna follow you

    but I ll contact you very soon

    thanks anyway

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need some suggestion to handle serial inputs.
    By g4j31a5 in forum C++ Programming
    Replies: 4
    Last Post: 07-19-2008, 01:51 AM
  2. Suggestion about managing users and password
    By ZaC in forum C Programming
    Replies: 2
    Last Post: 06-23-2008, 05:06 AM
  3. LCD for gaming, any suggestion?
    By alphaoide in forum Tech Board
    Replies: 0
    Last Post: 05-02-2004, 05:09 PM
  4. Replies: 12
    Last Post: 05-14-2003, 01:00 AM
  5. Any suggestion?
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 10-28-2001, 05:24 AM