//implementation following this protocol : https://www.epiphan.com/userguides/LUMiO12x/Content/UserGuides/PTZ/3-operation/VISCAcommands.htm#InquiryCommands // var parameterPath = local.parameters; // var valuesPath = local.values; // var state = var inquiry = ['CAM_ZoomPosInq', 'CAM_FocusModeInq', 'CAM_FocusPosInq']; /////////// HELPERS FUNCTIONS //////////////// function printArray(name, array){ var printHeader = ' '+name+' : '; if (array.length){for(var i=0; i " + parseInt((""+data[i]),16)); // } //fill buffer with bytes until you find a 255 for (var i = 0 ; i " +data[i]); } } script.log(msg); } //inquiry answers // if (buffer[1]==80){//0x50){ // switch(inquiry){ // case 'CAM_ZoomPosInq': // } // } } bufferIndex = 0; buffer=[]; } } //then process buffer }