pykoon

Results 2 comments of pykoon

Hi, you can look my code _DEBUG_PRINT("Module : "); _DEBUG_PRINTLN(modem->version()); _DEBUG_PRINT("Device EUI is: "); _DEBUG_PRINTLN(modem->deviceEUI()); delay(100); modem->configureClass(CLASS_C); delay(100); modem->dutyCycle(true); delay(50); appKey = CRYPTO; appEui = CRYPTO; appKey.trim(); appEui.trim(); connected =...

Did you check id param of begin function ? ``` int ModbusTCPServer::begin(int id) { modbus_t* mb = modbus_new_tcp(NULL, IPAddress(0, 0, 0, 0), 0); if (!ModbusServer::begin(mb, id)) { return 0; }...