Add a protocol module for Omron Compoway/F protocol on asyncqueue

This commit is contained in:
Douglas Clowes
2014-06-13 14:56:26 +10:00
parent 0a5ff0360d
commit f2d051e2a5
3 changed files with 146 additions and 0 deletions

View File

@@ -353,6 +353,7 @@ static void AddCommands(SicsInterp *pInter)
LS340InitProtocol(pInter);
CameraInitProtocol(pInter);
OpalStatusInitProtocol(pInter);
OMRONInitProtocol(pInter);
AddCommand(pInter,"InstallProtocolHandler", InstallProtocol,NULL,NULL);
AddCommand(pInter,"hostnam",hostNamCmd,NULL,NULL);
AddCommand(pInter,"portnum",portNumCmd,NULL,NULL);