Re: Barcode scanner

2011-04-27 Thread Kyle Sluder
On Wed, Apr 27, 2011 at 9:26 AM, Shawn Bakhtiar wrote: > CAUSION!!! >  MySQL is not something to leave open to a public network. Our > implementation is using a secured wireless connection INSIDE our > factory. If you are going to use the the public airways, I seriously > would consider creating a

RE: Barcode scanner

2011-04-27 Thread Shawn Bakhtiar
se on the local server. > From: jordanburnam1...@me.com > Date: Tue, 26 Apr 2011 14:22:25 -0400 > To: cocoa-dev@lists.apple.com > Subject: Barcode scanner > > I know that there are slot of barcode scanners in the app store. I am needing > one for a particular purpose and h

Barcode scanner

2011-04-26 Thread jordanburnam1990
our computers have a barcode on re back that represents the derail number for that PC. I can get basic barcode scanner to read it which is great. I need a barcode scanner that I create (assuming getting an Barcode API is not too hard) to link o a database where I will store them to reflect which PC

Re: Which keyboard (barcode scanner) did the event come from?

2009-02-11 Thread Gerd Knops
On Feb 10, 2009, at 5:08 PM, Kevin Gessner wrote: On Feb 9, 2009, at 11:47 PM, Gerd Knops wrote: Assuming I have two identical USB keyboards (actually barcode scanners) connected to a mac, is there any way to tell which of them a keyboard event came from? [snip] Is there some way to, sa

Re: Which keyboard (barcode scanner) did the event come from?

2009-02-10 Thread Kevin Gessner
On Feb 9, 2009, at 11:47 PM, Gerd Knops wrote: Assuming I have two identical USB keyboards (actually barcode scanners) connected to a mac, is there any way to tell which of them a keyboard event came from? [snip] Is there some way to, say, get a unique USB device ID or something like tha

Which keyboard (barcode scanner) did the event come from?

2009-02-09 Thread Gerd Knops
Assuming I have two identical USB keyboards (actually barcode scanners) connected to a mac, is there any way to tell which of them a keyboard event came from? I can get to the keyboard type easily enough, but that only helps when I have different keyboards: - (void)sendEvent:(NSEvent *)an