|
'''I have the OPN2001 Simulation Application installed on my OPN2002. The OPN2002 seems to behave as an OPN2001 in USB mode, but I can't poll or download scans over Bluetooth. What gives?''' |
|
'''I have the OPN2001 Simulation Application installed on my OPN2002. The OPN2002 seems to behave as an OPN2001 in USB mode, but I can't poll or download scans over Bluetooth. What gives?''' |
- |
:Have you tried the getDSR() function? It simulates the RTS signal over Bluetooth VCP; the RTS signal is normally how the OPN2001 signals that it has data to be downloaded.
|
+ |
:Have you tried the csp2GetDSR() function (GetDSR() for the .NET wrapper)? It simulates the RTS signal over Bluetooth VCP; the RTS signal is normally how the OPN2001 signals that it has data to be downloaded. DSR stands for Data-Signal-Ready.
|
|
'''Why doesn't my pairing seem to finish when I try to connect my OPN2002 in SPP mode?''' |
|
'''Why doesn't my pairing seem to finish when I try to connect my OPN2002 in SPP mode?''' |
|
'''Can I connect to the OPN2002 when it's not discoverable?''' |
|
'''Can I connect to the OPN2002 when it's not discoverable?''' |
- |
:No; a Bluetooth device must be discoverable and/or connectable to be connected to.
|
+ |
:No; a Bluetooth device must be discoverable and/or connectable to be connected to. With default firmware, the clear key serves to toggle making the OPN2002 discoverable AND connectable simultaneously; given the limited number of buttons on the device, this is necessary.
|
|
'''Why doesn't the OPN2002 have an "Eject key" function to quickly toggle the iPad/iPhone/iPod system soft keyboard?''' |
|
'''Why doesn't the OPN2002 have an "Eject key" function to quickly toggle the iPad/iPhone/iPod system soft keyboard?''' |
- |
:Unfortunately, whatever method Apple uses to implement this behavior has been obfuscated from even incredibly technical users and savvy developers. We've put efforts into figuring it out, but to no avail; until Apple decides to release this information, or create a way for non-keyboard Bluetooth HID keyboards (scanners) to do this, then it won't be possible. In the meantime, to get around this, one may create a custom input view (soft keyboard) in their iOS application, and display it, even when the OPN2002 is connected. See sample code posted on [http://www.opticonusa.com/ Opticon USA's main website].
|
+ |
:This feature has been added to a new OS and application for the OPN2002 which is currently in internal beta testing.
|
|
'''Am I able to change the defaults of the OPN2002's embedded application and the OPN2002 itself?''' |
|
'''Am I able to change the defaults of the OPN2002's embedded application and the OPN2002 itself?''' |
|
|
+ |
'''Can I customize, or provide my own handlers, for certain [[Universal Menu Book]] codes?'''
|
|
|
+ |
:Yes; check out the ExecuteMenuLabel() function in the [[C-Library Kit]]'s help file.
|