Initial Spring Boot backend with Modbus TCP infrastructure

This commit is contained in:
litoral05
2026-05-19 15:20:57 +01:00
commit ac62b554f5
42 changed files with 3016 additions and 0 deletions
@@ -0,0 +1,30 @@
/* */ package de.re.easymodbus.exceptions;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */ public class CRCCheckFailedException
/* */ extends ModbusException
/* */ {
/* */ public CRCCheckFailedException() {}
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */ public CRCCheckFailedException(String s)
/* */ {
/* 22 */ super(s);
/* */ }
/* */ }
/* Location: C:\Users\Admin\Desktop\JAVA DEV\EasyModbusJava.jar!\de\re\easymodbus\exceptions\CRCCheckFailedException.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 0.7.1
*/