aaldrich wrote:Pete,
Thank you so much for the example. I purchased a i6550 USB model but your code says it is not present. I looked in the code where you loop through looking for devices
- Code: Select all
For Each loDevice In ccDevices
' Create Line Display Object ----------------------------------------------------
If loDevice.Type = "LineDisplay" And loDevice.ServiceObjectName = "Ing6XXX" Then
coDeviceLD = loDevice
End If
' Create MSR Object -------------------------------------------------------------
If loDevice.Type = "Msr" And loDevice.ServiceObjectName = "Ing6XXX" Then
coDeviceMSR = loDevice
End If
All I have are some Microsoft Simulators. I'm just curious why mine doesn't show up and yours did. Were you using the USB model?
Thank you for providing us with all the information you have found out so far.
Hello aaldrich,
I actually also did my testing with the i3070 using the USB connection. But there is something about the i3070 default factory setting that defaults to COM communication, even if you hook it up through USB. I ended up changing a lot of the switches based on the developer specifications that Ingenico had on their site to get it to run through USB instead of COM. You have to go through the setup menu on the actual device to do this.
See if you can configure it using the above description. If not I can probably go back and dig up some of my old logs to give you a more detailed description on how to do this.