>I was wondering whether my new device driver shouldn't also somehow show
>up. On the other hand I did not do anything which might tell GEOS (SDK or
>SWAT) that I have a new device driver (except for setting the driver
>parameter in the .gp file). I'm still in doubt whether I need to do more
>to make my device driver known to GEOS.
Yes, you have to do more :)
First of all you have to move the compiled driver from the development
directory into correct target directory. Make sure you use the correct
versions: EC driver with EC target (Error Checking).
Then you have to start it up.. no idea how, I've never used drivers on
purpose. A normal geode (application) can be started up by typing at
swat prompt "run name_of_the_geode". A library can be tested by making
an application that uses the library (its .gp has library definition)
and then starting it up == library is loaded when application starts.
Driver.. maybe you can make an application that uses the driver?
> Regards, Hans Diel
--jouni miettunen