High School + Physics + Linux = ?
earlums25 asks: ""I'm a high school physics teacher stuck in a school where not only is Windows rampant, but the sysadmin isn't interested in alternatives. I want to present a case where my
students could use Linux boxes instead of Windows for the purpose of showing them there are alternatives. The major obstacle is that I haven't found software for Linux that would take the place of 'Precision Timer,' a piece of software that allows students to connect photogates through a Pasco 6500 interface. The software would need to recognize the input signal which comes in through the Pasco interface (a 1/4 inch plug connected the gameport), record time, plot data, print/save data and plots, and do basic calculation of speeds, accelerations, averages and standard deviations. Any ideas?"
I've written tons of drivers for little components like that. It shouldn't be too hard to do. The software on top of the driver is another story. It might take a while to implement depending on the feature set required.
Drivers would seem to be the big hurdle. Once you have the data in the system the calculations are pretty simple. Heck, even I could write a program to do them (it would be CLI, though). Have you check with the manufacturer to see if they offer Linux drivers?
Under capitalism man exploits man. Under communism it's the other way around.
If it's working with Windows, why not use Windows? Why do you have to show there are "alternatives"? What benefit does this have on the students?
Not All Who Wander Are Lost