|
|
|
|
#1 |
|
simulating keyboard input from usb rfid reader
I have a usb device which reads rfid tags. On my window pc I have a program which takes the code from a scanned chip and sends it as a 12 character string to whatever program has the keyboard focus. I need to accomplish the same result on a mac running OS X 10.8
I can read the input from the device from /dev/cu.SLAB_USBtoUART, and have written a command line objective-C program that massages the input to remove the extraneous info and sends the required 12 character code to stdout. How to I get the system to treat the output from this program as keyboard input? The end result that I want is for the scanned code to be entered into a form field in a web browser running on the mac with a return so that when an rfid chip is scanned, the web brewer submits a form with that chips code. |
|
|
|
0
|
|
|
#2 |
|
I think you're saying you just want to send the text you get from the reader as if it were typed text? If so, you can do this with AppleScript.
Code:
tell application "System Events" to keystroke "foobar" Code:
osascript -e 'tell application "System Events" to keystroke "foobar"' |
|
|
|
0
|
|
|
#3 |
|
I'm a bit surprised it doesn't just come up as a HID device instead of a serial port.
e.g. http://www.practicalarduino.com/proj...l-usb-keyboard B
__________________
MBA (13" 1.7 GHz 128GB), UMBP (15" SD 2.8 GHz), UMB (13" 2.4 GHz), iMac (17" Yonah), 32GB iPad 3 WiFi+LTE, 64 GB iPad WiFi, 32 GB iPhone 5, Airport Extreme |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 11:50 AM.






Hybrid Mode
