A collection of test programs I wrote for the receiver (BASIC Stamp II) Used for the STAMPW.EXE editor. remoteTest: Not implemented attempt to decode REMOTE CONTROL signals. serialSendTest: Test program for sending serial data to the client PC, in this case... on the user "Henning" tess1: IR receiver, simple code, waits for an "A" and takes everything after the A, and prints it to the debug terminal. userTest: A receiver version which grabs a byte (location ID) from the transmitter.... no feedback to the listener PC. Just prints what it got from the IR link. userTest_1: A receiver version which grabs a byte (location ID) from the transmitter.... this is the final version which is implemented. userTest_feedback: A receiver version that receives the actual name string, vs just an INT Id#