java - Sending commands serial port, MVC Application -
i'm developing mvc c# applications, , need send raw commands serial port, , want know best way this, there way c#(i guess not because code running on server side, , hardware in client side)? or need java applet?
i've been checking this printing, work? (i haven't tested because terminal want send commands being delivered)
i assume you're using asp.net mvc web application , want access client's (browser machine) serial port. isn't possible asp.net mvc without additional client software signed java applet or other software installed on client machine (like service, browser plugin or background application.)
this thread may of use:
Comments
Post a Comment