NRF Evaluation & Rating Prof. Robert Morrell – OVC (previously Research Office) 28 September 2016 & 14 October 2016 Notes for Robert: The NRF has moved their closing date of 28 February forward to 15 February. You can emphasize that the UCT Internal closing date is not fixed, and there w...
logger.info(`Closing: '${serialPort.path}'`); serialPort.close(callback); } }, write: (command: string) => { serialPort.write(command, e => { if (e) console.error(e); }); return true; }, isOpen: () => serialPort.isOpen, getpath: () => serialPort.path, }; };1...
v2.0.x 5.20.1 Set command The set command disables R&D features by closing the modem UART connection, which is meant only for nRF91x1 SiP manufacturing test purposes. The command allows to permanently disable the use of the %XRFTEST and %XEMPR commands. The command also permanen...