Re: Upper Filter on COM port?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



If as you say you have only done OOP in 4th generation languages, then it
will be a major change of perspective. If you are an EE and have done work
in developing hardware including some testing with software written in
assembly or 'C', then it will be easier. Take a class in driver
development, read the standard books, and then try working with the drivers
included with the WDK. www.osronline.com has a couple of boards that you
can purchase and use to learn drivers. The sample drivers are available in
the WDK. One is USB based and the other is PCI which should give you a good
start. You have a long ways to go, though a serial port filter may be
easier than many since you won't actually controlling the hardware yourself.
You do need to study the serial port driver(s) in the WDK to see what it
gets to do the various actions you can request of it.

There is one sample in the WDK, though very complex, shows filtering and
several other types of drivers. It is called 'toaster' and was written by
Elias at Microsoft. Install issues can become a nightmare, but you can just
blast in a filter for the serial port driver. It will attach to all
instances of serial ports, so you need to make sure code can handle multiple
devices at the same time - for example, stay away from globals unless you
need to coordinate between devices for some reason.

"Nigel Molesworth" <reply@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:i4gvv35tc2tedr8dgsivhcehv5bt33k6rk@xxxxxxxxxx
On Fri, 11 Apr 2008 11:56:38 -0700 (PDT), chris.aseltine@xxxxxxxxx wrote:

You're in the right group, but I don't know about the "handholding"
part -- if you ask specific questions, I'm sure you will get answers.

I don't really know what questions I need to ask!

I've written code in the past, and I have a fairly good grounding in OOP
from university (mainly Smalltalk and Java), but this is all new to me.

Is there a good book to start learning about writing with the WDK?

Or is it going to be too much of a challenge just to write a single
filter?



.



Relevant Pages

  • Re: Discussion on speaker upgrades on DCS (and similar) machines
    ... tests prior to choosing replacement drivers. ... subwoofer driver capable of producing very deep tones due to the ... I added a simple filter to them so that I ... I did with the design but the problem with picking out replacementspeakersis that it is very difficult to tell how well they are going ...
    (rec.games.pinball)
  • Re: Discussion on speaker upgrades on DCS (and similar) machines
    ... tests prior to choosing replacement drivers. ... subwoofer driver capable of producing very deep tones due to the ... I added a simple filter to them so that I ... I did with the design but the problem with picking out replacementspeakersis that it is very difficult to tell how well they are going ...
    (rec.games.pinball)
  • Re: Discussion on speaker upgrades on DCS (and similar) machines
    ... tests prior to choosing replacement drivers. ... that drives the backbox speakers. ... subwoofer driver capable of producing very deep tones due to the ... I added a simple filter to them so that I ...
    (rec.games.pinball)
  • Re: Epson Stylus with Serial Interface to IIgs
    ... Card and a Turbo ASB board. ... Ron Higgins is still selling the Turbo ASB ... Unfortunately the Apple IIGS serial port firmware ... and the standard IIGS System drivers can only go as high as 19200 bit/s. ...
    (comp.sys.apple2)
  • Re: Disabling Serial Ballpoint Mouse when GPS connected
    ... of time and then read from the serial port. ... > common occurance when this GPS is installed? ... If I disable the drivers as you suggested then it ... >> automatically installs the USB to Serial drivers without any user ...
    (microsoft.public.win32.programmer.kernel)