I want to attach scanner to a flex application and read the image using scanner.Does anyone know how to attach scanner to a flex application?.
A:
This is impossible. Flash Player only permits access to camera and microphone.
splash
2010-10-12 13:20:07
A:
if you're building an AIR application with a native installer, you can incorporate a serial proxy (here's a list) and use the new File and NativeProcess APIs to (probably) communicate with a scanner.
Mike Chambers details how to accomplish serial communication with an Arduino on his blog.
TheDarkInI1978
2010-10-14 08:46:53
Thanks for reply
2010-10-15 12:01:13