Hi,
I have to communicate with an ID document scanner to get the data that will be read by it. I have to send a request with certain parameters and receive the data through an xml file.
The parameters to send are the ones below

I have an example in C # and, according to the debug I did, it seems to me that the instructions for the request are these:
System.Threading.Thread workingThread = new Thread(ScanWork);
workingThread.Start(parameters);
I still can not figure out how I get the answer but I'll try to figure it out.
In the meantime I ask for your help once more.
Best regards,
Alberto Ferraz




