hi i want to read data from com port of client system, using asp.net page how to do it, any one please help me.

Recommended Answers

All 5 Replies

There is no way to do that. ASP.NET is a server side language.

There is no way to do that. ASP.NET is a server side language.

i want to read RFID from the client side how it is possible

There may be some functions available in Javascript to deal with the COM ports. But you may need to take care of plenty of things such as fireawall exception, Javascript enabled web browser, etc.

These things are very easy to do in windows application. But never tried in web applications because such things are seldom needed or not needed for any websites.

There may be some functions available in Javascript to deal with the COM ports. But you may need to take care of plenty of things such as fireawall exception, Javascript enabled web browser, etc.

There is no way that any modern browser has javascript functions allowing access to COM ports.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.