Jump to content

Is serial communication supported in unigine?


photo

Recommended Posts

Posted

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?

Posted

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.

×
×
  • Create New...