Monday, March 26, 2012

Serial Port access

I am using VS2005 C# to create an ASP.Net application involving accessing a device in a packing machine via Serial Port.

I am trying using DataReceived event of SerialPort class to read the data from Serial Port in the web page, but I am having the problem on reading the data back and not sure how to do.

By reading from forums, I learned that server created a secondary thread for Serial Comm.

Anyone with any idea, please help.

Thanks.

waitingCrying


Hi mwang,

I think you can use the winforms sample for serial port accessing in ASP.NET. But need to take care of the identity and security setting.

0 comments:

Post a Comment