Read USB device (RFID reader)

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Fjord
Posts: 145
Joined: Sat Dec 06, 2008 6:18 pm

Read USB device (RFID reader)

Post by Fjord » Mon Sep 21, 2009 6:47 pm

Hi,
I have a RFID reader known as a mir:ror from a company called Violet (<http://violet.net>). They have an application that interfaces with the reader and can detect and read RFID chips when they are dropped and picked from the reader.
I want to write an application in Rev to do just that and trigger actions in response, depending on the ID of the chip.
How can I catch the the signal from the USB reader? Any idea?
Thanks to all!
--
Fjord (iBook G4)

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Post by mwieder » Fri Oct 02, 2009 2:23 am

Yow! I hadn't seen the mir:ror device before - that looks very cool. Does the usb driver emulate a serial port? If that's the case then you can use rev's serial port commands. Otherwise things will get a bit tricky.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Post by mwieder » Fri Oct 02, 2009 2:42 am

Don't know about the mir:ror device yet, but the Nabaztag device has an API:

http://doc.nabaztag.com/api/home.html

Post Reply