Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Code my own XP touchscreen drivers?

  1. #1
    Maximum Bitrate MikeHunt79's Avatar
    Join Date
    Aug 2001
    Location
    Cambridge & Bristol, UK
    Posts
    707

    Question Code my own XP touchscreen drivers?

    I'm finally putting the finishing touches to my hardware, and it's come to the time when I've got to start putting the software on the hard disk.

    My main prblem is that I'm torn between Win98 and WinXP.

    I need WinXP because I'd like to use my cellphone software in the car, so I will then be able to transfer music/pics/vids to and from my phone (my phone software only works with 2k/XP tho). Also, XP's cleartype looks really good on my TFT.

    I need Win98 because my touchscreen is pretty old, and it only comes with drivers Win98, WinNT3.51 and DOS! (No XP)

    Sooooo... In order to have my cake and eat it, I need to somehow program some WinXP drivers for my touchscreen. (I can stick to Win98 in the meantime).

    Does anyone here have any experience with coding drivers? I guess i'd have to learn C++, and probably quite a bit about WinXP. (I already know a basic bit of ASM and a fair amount of Java). My screen connects to the serial port, to I'm sure the protocol (RS232) shouldn't be to hard to work with? Where would a good starting point be?

  2. #2
    Variable Bitrate MeanGT's Avatar
    Join Date
    Jul 2003
    Location
    Melbourne, Florida
    Posts
    377
    What kind of touchscreen is it? I have an older one as well (Dynapro SC3), that at first could only find drivers for 98 dos etc.. but I finally found drivers for windows xp,, perhaps I could help you search for the correct drivers,

  3. #3
    Maximum Bitrate MikeHunt79's Avatar
    Join Date
    Aug 2001
    Location
    Cambridge & Bristol, UK
    Posts
    707
    Quote Originally Posted by MeanGT
    What kind of touchscreen is it? I have an older one as well (Dynapro SC3), that at first could only find drivers for 98 dos etc.. but I finally found drivers for windows xp,, perhaps I could help you search for the correct drivers,
    Good idea, but I've already tried searching for drivers for it, without any luck so far. It's a bit of an oddball of a touchscreen actually. It's designed for a laptop, it sits over the TFT and has an elastic strap to hold it in place. I'd be able to post a model number and photo if I was @ home, but I'm at work ATM. I'll be home in about 4 hours tho, I should be able to post what it is then.

  4. #4
    Maximum Bitrate MikeHunt79's Avatar
    Join Date
    Aug 2001
    Location
    Cambridge & Bristol, UK
    Posts
    707
    Finally, the forum's working again...

    The touchscreen is a "OneTouch". I Managed to find Win2K drivers last night for it, but I can't test 'em out cause I don't have Win2K installed (yet).

    If it does work, then I will be very happy, since my Phone software supports 2k aswell as XP, so everything should work.

    The only thing that 2K would be missing is ClearType.... Can't have it all i guess?

  5. #5
    Constant Bitrate
    Join Date
    Dec 2002
    Location
    Illinois
    Posts
    214
    I thought win xp was built to be compatible with old programs and such

  6. #6
    Maximum Bitrate MikeHunt79's Avatar
    Join Date
    Aug 2001
    Location
    Cambridge & Bristol, UK
    Posts
    707
    It is, but it cannot use older drivers (as far as I know).

  7. #7
    FLAC chut's Avatar
    Join Date
    Jul 2003
    Location
    San Antonio, TX. USA
    Posts
    1,375
    Some it can, and some it can't. It depends upon the drivers tehmselves. Best is to try, especially if you have the OS software to do it with. Have you tried it with XP and know that it doesn't work? Since it's a serial port your wanting to use, I would guess it does....Maybe under a generic HID?

    Peter

  8. #8
    Maximum Bitrate MikeHunt79's Avatar
    Join Date
    Aug 2001
    Location
    Cambridge & Bristol, UK
    Posts
    707
    I haven't tried it yet, but I might aswell give it a go when I get home (in about 3 hrs)...

    It would be nice if it does use some sort of generic driver thing (it is the serial port after all), but I've found the drivers also contain software to calibrate the screen, and I'm not sure that a generic driver woud have this.

  9. #9
    Constant Bitrate
    Join Date
    Dec 2002
    Location
    Illinois
    Posts
    214
    Quote Originally Posted by MikeHunt79
    I haven't tried it yet, but I might aswell give it a go when I get home (in about 3 hrs)...

    It would be nice if it does use some sort of generic driver thing (it is the serial port after all), but I've found the drivers also contain software to calibrate the screen, and I'm not sure that a generic driver woud have this.
    Youd be surprised at all the little goodies packed in with xp as much as some people love to hate it

    sweet I broke 100 posts 101 looked pretty cool yeah I know Im a nerd

  10. #10
    Raw Wave Defiler's Avatar
    Join Date
    Jan 2002
    Location
    Temple Terrace, Fl.
    Posts
    2,647
    Just an FYI incase you havn't tried or didn't know...

    Although there's no way to duplicate ClearType--the XP technology that dramatically improves readability, especially on LCD panels. You should use the font-smoothing feature available for your version of Windows. Font smoothing is built into Windows 98 and Me, but you may not have it enabled. To check, head to the Display Properties settings, which you can pull up by right-clicking any empty spot on the desktop and choosing Properties from the pop-up menu. Click the Effects tab, and then look to see if the "Smooth edges of screen fonts" box is checked. If it's not, check it and click OK. Your eyes will thank you.
    Aura MR62 (F and R)
    My Current MP3s
    IamDefiler.com

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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