#include <QtGui/QApplication>
#include "spartonsandbox.h"




int main(int argc, char *argv[])
{


    QApplication a(argc, argv);
    SpartonSandbox w;
    qDebug("Attempting to Open COM1\r");




    w.show();

    while (true) {

    }

    return a.exec();
}
