From 59864ab882540fcb4f188bb5771226a4a6352e48 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 22 Jan 2025 09:11:02 +0100 Subject: [PATCH] update --- SARA/SSL/certificate/e5.der | Bin SARA/SSL/certificate/e5.pem | 0 SARA/SSL/certificate/e6.der | Bin SARA/SSL/certificate/e6.pem | 0 SARA/SSL/certificate/isrg-root-x2.der | Bin SARA/SSL/certificate/isrgrootx1.pem | 0 SARA/SSL/certificate/r11.der | Bin SARA/SSL/certificate/r11.pem | 0 SARA/SSL/open_ssl_script.sh | 0 SARA/SSL/request.py | 0 SARA/sara_setURL_uSpot_noSSL.py | 0 loop/1_NPM/send_data.py | 2 +- 12 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 SARA/SSL/certificate/e5.der mode change 100644 => 100755 SARA/SSL/certificate/e5.pem mode change 100644 => 100755 SARA/SSL/certificate/e6.der mode change 100644 => 100755 SARA/SSL/certificate/e6.pem mode change 100644 => 100755 SARA/SSL/certificate/isrg-root-x2.der mode change 100644 => 100755 SARA/SSL/certificate/isrgrootx1.pem mode change 100644 => 100755 SARA/SSL/certificate/r11.der mode change 100644 => 100755 SARA/SSL/certificate/r11.pem mode change 100644 => 100755 SARA/SSL/open_ssl_script.sh mode change 100644 => 100755 SARA/SSL/request.py mode change 100644 => 100755 SARA/sara_setURL_uSpot_noSSL.py diff --git a/SARA/SSL/certificate/e5.der b/SARA/SSL/certificate/e5.der old mode 100644 new mode 100755 diff --git a/SARA/SSL/certificate/e5.pem b/SARA/SSL/certificate/e5.pem old mode 100644 new mode 100755 diff --git a/SARA/SSL/certificate/e6.der b/SARA/SSL/certificate/e6.der old mode 100644 new mode 100755 diff --git a/SARA/SSL/certificate/e6.pem b/SARA/SSL/certificate/e6.pem old mode 100644 new mode 100755 diff --git a/SARA/SSL/certificate/isrg-root-x2.der b/SARA/SSL/certificate/isrg-root-x2.der old mode 100644 new mode 100755 diff --git a/SARA/SSL/certificate/isrgrootx1.pem b/SARA/SSL/certificate/isrgrootx1.pem old mode 100644 new mode 100755 diff --git a/SARA/SSL/certificate/r11.der b/SARA/SSL/certificate/r11.der old mode 100644 new mode 100755 diff --git a/SARA/SSL/certificate/r11.pem b/SARA/SSL/certificate/r11.pem old mode 100644 new mode 100755 diff --git a/SARA/SSL/open_ssl_script.sh b/SARA/SSL/open_ssl_script.sh old mode 100644 new mode 100755 diff --git a/SARA/SSL/request.py b/SARA/SSL/request.py old mode 100644 new mode 100755 diff --git a/SARA/sara_setURL_uSpot_noSSL.py b/SARA/sara_setURL_uSpot_noSSL.py old mode 100644 new mode 100755 diff --git a/loop/1_NPM/send_data.py b/loop/1_NPM/send_data.py index 44767c5..32219a0 100755 --- a/loop/1_NPM/send_data.py +++ b/loop/1_NPM/send_data.py @@ -370,7 +370,7 @@ try: command= f'AT+UHTTPC=0,4,"/pro_4G/data.php?sensor_id={device_id}","server_response.txt","sensordata_csv.json",4\r' ser_sara.write(command.encode('utf-8')) - response_SARA_3 = read_complete_response(ser_sara, timeout=5, end_of_response_timeout=30, wait_for_line="+UUHTTPCR") + response_SARA_3 = read_complete_response(ser_sara, timeout=5, end_of_response_timeout=45, wait_for_line="+UUHTTPCR") print('

') print(response_SARA_3)