DDorch / ScadaSupAgro

Client/Server applications for SCADA system installed at SupAgro Montpellier
GNU General Public License v3.0
0 stars 1 forks source link

Handle exception error in communication #1

Closed DDorch closed 6 years ago

DDorch commented 8 years ago

Voir http://minimalmodbus.readthedocs.org/en/master/usage.html#handling-communication-errors Et https://docs.python.org/2/tutorial/errors.html

DDorch commented 8 years ago

I should return the error message to the client and also error detected in the command sent by the client.

DDorch commented 6 years ago

The new architecture introduce with commits d7a92f17b5947247cd911bd58bffec7f751f39e2 and 44b83d34e76dc7be94c9cec005dbe9ec7c2251b0 needs to be tested for this.