PDA

View Full Version : aspx page that waits for external signal


arnold2004
12-03-2004, 11:57 AM
Is it possible to design an aspx page that will load on the client's browser, wait for an external character(say from the serial COMM port), validate it, then return some result to the user? I am sure this is possible but I am not sure what is required. Do we need Java or can it be done in aspx directly?