Hi
I have a M-S Cash Drawer USB Device that I want to write a C# app to. I use the Microsoft Point of Service SDK.
My trouble is that when I chack the attached devices my cash drawer is not visible. If I print posdm listdevices I only get the MS examples.
I have downloaded an test app from their website and that one finds the cashdrawer and i can open it from there.
Do anybody has en suggestion what is wrong with my app?
PosExplorer explorer = new PosExplorer();
DeviceCollection devices = explorer.GetDevices(DeviceType.CashDrawer);