Leonardo Valdes Arteaga

Results 2 issues of Leonardo Valdes Arteaga

Arduino nano or uno (compatible ones) needs a empty reading and delay for working. For example: ``` def eeprom_read(): ser.flushInput() ser.flushOutput() rx_data=bytes() ser.write(bytearray(b'\x00')) rx_data = ser.read(256) # this is empty...

helllo On the server there is something sttrage : in funtion private function validate() { ....... if (!isset($this->classes[$this->extension]) || !method_exists($this->classes[$this->extension],$this->request['method']) && $this->extension != "rpc"){ ###hacks if($this->request['method']!='listMethods'){ throw new Exception($this->errorCodes['methodNotFound']); }###hacks...