ekgGUIWhen I got my new $27 EKG running a few days ago, I used a Windows program that came as a binary and that is no longer being supported. I decided I wanted to write my own GUI to read this, at least one more EKG channel (which requires another $27) and maybe accommodates the $99 EEG electronics that is available from the same company. I used the audio button (play/pause/stop) to control the data stream and connection with the EKG electronics. Right now, the only things that happens with this is that the numbers are added to the text box labeled “Data” and the numbers just scroll as they come in for the EKG electronics (fly by actually). The next thing I am going to do, though, is to plot the EKG signal as it comes in the area above the text boxes. I can already tell I am going to need to reformat my GUI to show the data in different ways and to add some configuration capability.