| 4. How difficult is it to implement ROCKEY6 into my applications?
ROCKEY6 might require longer learning time compared to other models but if one already have the experience on smart cards technology or at least on C Language, it can be easier. In ROCKEY6's SDK, there are comprehensive Developer's Guide, useful samples, and concept Tutorials provided to ease your learning on ROCKEY6.
Development Steps:
1. Separate the core program from the main program. Convert the core program to an external program by compiling it to C51 Project.
2. Compile and debug the external program with the ROCKEY6 Integrated Development Environment (IDE) until the program runs properly. You can also debug in combination with the main program's development environment.
3. Write the compiled executable file into ROCKEY6 Smart dongle.
4. Write the API communication between the main program and ROCKEY6 Smart. |