OPOS Service Objects for USB Devices

753 views Asked by At

I need to implement an OPOS service object for a scale, specifically a USB scale if it is possible. I have read and checked out all documents and sources from Monroe Consulting Services about OPOS but haven't found any source linking to USB devices. I would like to know if someone out there as implemented OPOS service objects for USB devices. Thanks in advance.

1

There are 1 answers

2
Alfie J. Palmer On

I have implemented a few OPOS Service Objects that communicate over a USB Interface; some require hardware convertors (such as a RJ12 -> USB-B) and others can operate under a VCP (Virtual COM PORT).

Curtiss Monroe does provide a CCO (Common Control Object) for an OPOS Scale, so it is definately possible to implement an SO. Also.. what is the manufacturer and model number / hardware ID of the specific device?

Most retailers / hardware vendors provide the specific OPOS Service Objects for you so you may not even need to explicity create one yourself. If you are confident that you do indeed need to create an SO, it's important to consider if the application will use POS For .NET Service Objects or Legacy (UPOS) Service Objects.

Hope this information was useful. A.