Ben's Super Probe

Alternative software for the Superprobe.

About

This is code that can run on the Superprobe hardware. It is based on the 16F876A rather than the original 16F870, provides different modes to the original and is written in C rather than assembly.

My aim was to tailor the software for my own needs, which meant removing the modes I wouldn't use and adding modes I would. To make this easier I switched to C, which produces far larger code (when using the free HI-TECH compiler) than hand-written assembly. The result is something that's easier to customise, but with fewer modes of operation (even with a PIC with more program space).

I strongly recommend using the original software rather than this variation as it has been better tested and provides more functions. However, I'm making this code available in case someone is interested in it, as it may be easier to follow than the assembly source code of the original.

Accuracy is not guaranteed; please do not rely on the readings taken or output generated by this code!

General Usage

Hold button 2 and tap button 1 to switch between modes. Release both buttons to use the currently displayed mode. The mode in use is saved and will be automatically selected when you switch the probe off then on again.

Modes