PC based memory oscilloscope
This is a project I realized during my studies as a semester work. No work is currently done on it. Some time it is planned to provide more information about the project here.
Portable, Java-like class library for C++
The goal is to create a library to use with C++, with some techniques learned form Java. Its main use is to implement reliable server applications. The library implements concepts like a stack trace mechanism, a generic pointer template including reference counted garbage collection, thread support, support for the serial line and much more. It currently compiles on WIN32 and on Linux. The next goal is to improve the build process so that I can make the library available to whoever wants to use it.
Generic device programmer
Almost 10 years ago, I built a programmer for simple EPROMs. Since that time, I always wanted to build a more generic programmer which can also be used to program EEPROMs, micro controllers and so on. Meanwhile, the hardware is almost finished, and some part of the program the user will use to control the programmer is working: it can read and write EPROMs, GALs and two different types of PIC microntrollers.

