Haiko Schol is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

haikoschol / sensor_simulator

This is a simple simulator for a Kobold SEM 3 pressure sensor. I wrote it to facilitate testing on a freelance programming job. It's only what I needed at the time and not robust or polished in any way, since it was not part of the deliverables. IIRC, there are some threading issues, among other things. If you want to try it (for whatever reason), make sure you have wxPython and pyserial installed. If it won't start, check whether the configuration file contains a valid name for a serial port on your machine.

Clone this repository (size: 40.9 KB): HTTPS / SSH
hg clone https://bitbucket.org/haikoschol/sensor_simulator
hg clone ssh://hg@bitbucket.org/haikoschol/sensor_simulator

sensor_simulator overview

Recent commits See more »

Author Revision Comments Message Labels Date
Haiko Schol d1ff5053b57f added MIT license text
Haiko Schol d346146b8a1d initial commit