This is the sources for the GUI of the scope. The data is collected from a real time fifo created in main.cpp. if ((ad0 = open("/dev/rtf1", O_RDONLY)) < 0) { fprintf(stderr, "Error opening /dev/rtf1\n"); exit(1); } Paths will need to made to the Makefile, and QT must be installed for compiling. This version is Beta and for demonstrative use of real time linux. No guarantees are expressed or given. Bill Crum tobor@nmt.edu New Mexico Institute of Technology