(→FAQ)
|
(→FAQ)
|
Line 1: | |||
+ | ===APIs=== | ||
+ | There are currently APIs for developing applications to communicate with the OPN2001 on/with the following platforms/technologies: | ||
+ | :*Windows XP / Vista / 7 | ||
+ | :*ActiveX | ||
+ | :*.NET | ||
+ | :*Mac OS X | ||
===FAQ=== | ===FAQ=== | ||
- | '''Is there a .NET SDK for the OPN2001?''' | + | '''Is there a .NET API for the OPN2001?''' |
:Yes - there is a .NET wrapper for the OPN2001 which wraps all of the functions in the OPN2001's native library, making it easily usable in your .NET application. | :Yes - there is a .NET wrapper for the OPN2001 which wraps all of the functions in the OPN2001's native library, making it easily usable in your .NET application. | ||
Line 6: | |||
:The OPN2001 ActiveX control doesn't expose an Automation API, which is why the exception occurs. See the MSDN article about using Automation [http://msdn.microsoft.com/en-us/library/ff457794%28v=VS.96%29.aspx here]. | :The OPN2001 ActiveX control doesn't expose an Automation API, which is why the exception occurs. See the MSDN article about using Automation [http://msdn.microsoft.com/en-us/library/ff457794%28v=VS.96%29.aspx here]. | ||
- | '''Is there a Java SDK for the OPN2001?''' | + | '''Is there a Java API for the OPN2001?''' |
:No, but you could utilize the native OPN2001 SDK library via JNI. | :No, but you could utilize the native OPN2001 SDK library via JNI. | ||
'''Will applications written for the OPN2001 work with the [[OPN2002]] or [[OPN2003]]? | '''Will applications written for the OPN2001 work with the [[OPN2002]] or [[OPN2003]]? | ||
:Yes, if the OPN2001 simulation application - a piece of firmware for the [[OPN2002]] and [[OPN2003]] - is installed. The application simulates the behavior and protocol of the OPN2001, making it compatible with your OPN2001 applications. | :Yes, if the OPN2001 simulation application - a piece of firmware for the [[OPN2002]] and [[OPN2003]] - is installed. The application simulates the behavior and protocol of the OPN2001, making it compatible with your OPN2001 applications. | ||
+ | '''Is the serial protocol of the OPN2001 available?''' | ||
+ | :No, we don't release that information. The recommended and authorized way of communicating with the OPN2001 is via its various APIs. | ||
[[Category:OPN]] | [[Category:OPN]] |