At 10:14 AM -0500 3/6/06, Dax Dasilva wrote:

As i said, we just need to send a USB signal to open the drawer but would
also like to be able to set the USB port, signal and possibly even include
support for serial cash drawers if possible. Anyone have any info on how to
do this or are interested in supplying this code on contract?

You might consider starting with serial cash drawers; those are trivial. I haven't looked at the specs you posted, but it's quite likely that the USB cash drawer is really just a built-in USB-to-serial adapter, much like most GPS units these days. In that case, you can probably use the Serial class to talk to them, too.

In fact, if you have one of these drawers, you might just try it: plug it in, install the driver (if any), and then iterate over System.SerialPort(i) to see if it shows up.

HTH,
- Joe

--

Joseph J. Strout
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to