From your description, it sounds like the barcode reader will be on the
client. ASP.Net merely renders HTML, you'll need something on the client to
read your serial port and populate the form, either a windows client, an
activex or a Java applet is my guess.
Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/
"leovg" <tm**@nigeno.de> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
Can I access the serial port (RS232) out of an ASP.NET 2.0 client form?
We are planning a barcode application where a barcode scanner delivers
input to an ASP.NET form via RS232.