Hi, I would like to get some advice on the best method to update an SQL database online using the reader. I am fairly new to this, but I have programming skills. There are multiple methods I have been thinking about but I am not sure what is preferable. Best case I don’t want to use an Arduino.
The methods I see is
M7E → Arduino → Send HTTP request to update database
M7E → URA → Transportlog → Matlab/Pyton → Send HTTP request to update database
M7E → URA → Stream to TCP → Matlab/Pyton → Send HTTP request to update database
Or some way to do it without URA? Directly streaming the serial?