asp.net - Tablet + web app with USB-connected devices, or a pipe dream? -


i have .net winforms app wherein laptop connected both scale , gps antenna via usb. crazy think have instead web app , on tablet? we're looking make things thinner , smaller (this goes in truck.. driver doesn't need bulk of keyboard either).

obviously tablet have have usb port (some do, don't). "stickiness" usb devices, i'd have have, what, silverlight control on asp.net page? more trouble worth?

thanks thoughts/advice.

you write activex control or browser plugin use usb port (silverlight might not able need). unfortunately these controls have installed on machine manually (unless want lower security settings browser). might better off using clickonce winforms application simplify deployment of new versions , keep using existing codebase.

if need read gps data, should use html5 geolocation api: demo , specification


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -