graphit/controlpi-modbus.git
3 years agoVersion bump. master
Benjamin Braatz [Thu, 31 Mar 2022 03:38:27 +0000 (05:38 +0200)]
Version bump.

3 years agoFix name of read/write multiple function.
Benjamin Braatz [Tue, 14 Dec 2021 23:28:43 +0000 (00:28 +0100)]
Fix name of read/write multiple function.

3 years agoUse new-style register.
Benjamin Braatz [Tue, 14 Dec 2021 23:03:04 +0000 (00:03 +0100)]
Use new-style register.

4 years agoComplete refactoring to ModbusFunction classes.
Benjamin Braatz [Wed, 21 Apr 2021 14:21:05 +0000 (16:21 +0200)]
Complete refactoring to ModbusFunction classes.

4 years agoIn process: Refactoring to ModbusFunction classes.
Benjamin Braatz [Wed, 21 Apr 2021 04:36:08 +0000 (06:36 +0200)]
In process: Refactoring to ModbusFunction classes.

4 years agoTimeout fixed in Master, added Slave.
Benjamin Braatz [Tue, 20 Apr 2021 08:41:04 +0000 (10:41 +0200)]
Timeout fixed in Master, added Slave.

4 years agoBase Modbus communication on expected lengths.
Benjamin Braatz [Tue, 13 Apr 2021 23:27:45 +0000 (01:27 +0200)]
Base Modbus communication on expected lengths.

4 years agoSet character timeout to 2 instead of 1.5 chars.
Benjamin Braatz [Fri, 9 Apr 2021 08:57:46 +0000 (10:57 +0200)]
Set character timeout to 2 instead of 1.5 chars.

4 years agoStreamline code, start API documentation.
Benjamin Braatz [Fri, 9 Apr 2021 07:28:41 +0000 (09:28 +0200)]
Streamline code, start API documentation.

4 years agoRefactor CRC computation to class to repeat less.
Benjamin Braatz [Wed, 7 Apr 2021 22:02:23 +0000 (00:02 +0200)]
Refactor CRC computation to class to repeat less.

4 years agoImplement CRC as class with byte-wise update.
Benjamin Braatz [Wed, 7 Apr 2021 13:33:27 +0000 (15:33 +0200)]
Implement CRC as class with byte-wise update.

4 years agoFunctions 01, 03, 05, 06 and test with pty.
Benjamin Braatz [Wed, 7 Apr 2021 11:19:36 +0000 (13:19 +0200)]
Functions 01, 03, 05, 06 and test with pty.

4 years agoIntermediate state.
Benjamin Braatz [Wed, 7 Apr 2021 03:03:53 +0000 (05:03 +0200)]
Intermediate state.

4 years agoSmall docstring fix.
Benjamin Braatz [Tue, 30 Mar 2021 14:11:38 +0000 (16:11 +0200)]
Small docstring fix.

4 years agoInitial commit
Benjamin Braatz [Tue, 30 Mar 2021 01:20:31 +0000 (03:20 +0200)]
Initial commit