ruofeng.hu Posted October 12, 2010 Posted October 12, 2010 Does unigine API support serial communication? If no,is that we have to write our own "com" class and use class export to export it into unigineScript?
Guest extaliones Posted October 12, 2010 Posted October 12, 2010 No, Unigine does not support serial communication. You have to add such functionality by yourself using extern classes or functions, for more details how to add an extern class, please, see the following documentation: Programming/C++ API/API Reference/Unigine::Interpreter Class and Unigine::ExternClass< Class > Class Template.
Recommended Posts