Hi! i'll be happy if i can set it up for freeEMS.
Today the project has been approved in sourceforce.net, so if anyone is interested, there will be a download page.
First i want to separate the PIC part from the -possible- freeEMS part. This way we could use the same application in both hardwares. To start testing the serial port, look for
QString buffer = serial->read(available);
buffer will hold the data received from the serial port (default: ttyUSB0). connect() member open the serial port.
qDebug() is a handy function. Use it!
There is no multithreading yet, and that ugly 3d surface needs lots of .cpp and .h files to work. Anyway, i'm pretty happy with this.
I've never been in sourceforge before, this might take a while...
http://vimeo.com/720156
Marcos