Modbus demo,用于监听指定端口和支持Modbus Rtu协议设备通信

上传者: 44160056 | 上传时间: 2024-04-26 15:05:41 | 文件大小: 35KB | 文件类型: ZIP
Modbus Rtu协议,服务器监听指定端口代码,maven引入后开箱即用。 三行代码即可实现下发指令给网络IO控制器。比如USR-IO808-CAT1 实现远程控制通道的断开或闭合。远程控制多台设备开关so easy!!!

文件下载

资源详情

[{"title":"( 62 个子文件 35KB ) Modbus demo,用于监听指定端口和支持Modbus Rtu协议设备通信","children":[{"title":"demo","children":[{"title":"pom.xml <span style='color:#111;'> 1.69KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"main","children":[{"title":"resources","children":[{"title":"application.properties <span style='color:#111;'> 316B </span>","children":null,"spread":false},{"title":"application-dev.properties <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"application-prod.properties <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"logback-spring.xml <span style='color:#111;'> 4.83KB </span>","children":null,"spread":false}],"spread":true},{"title":"java","children":[{"title":"com","children":[{"title":"iteaj","children":[{"title":"kh","children":[{"title":"iot","children":[{"title":"IotDtuApplication.java <span style='color:#111;'> 2.40KB </span>","children":null,"spread":false},{"title":"listener","children":[{"title":"DeviceStatusListener.java <span style='color:#111;'> 581B </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":".idea","children":[{"title":"uiDesigner.xml <span style='color:#111;'> 8.71KB </span>","children":null,"spread":false},{"title":"misc.xml <span style='color:#111;'> 405B </span>","children":null,"spread":false},{"title":"jarRepositories.xml <span style='color:#111;'> 1.80KB </span>","children":null,"spread":false},{"title":"modules.xml <span style='color:#111;'> 255B </span>","children":null,"spread":false},{"title":"encodings.xml <span style='color:#111;'> 191B </span>","children":null,"spread":false},{"title":"compiler.xml <span style='color:#111;'> 867B </span>","children":null,"spread":false},{"title":"workspace.xml <span style='color:#111;'> 5.67KB </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 184B </span>","children":null,"spread":false},{"title":"libraries","children":[{"title":"Maven__org_springframework_spring_aop_5_2_3_RELEASE.xml <span style='color:#111;'> 609B </span>","children":null,"spread":false},{"title":"Maven__org_apache_logging_log4j_log4j_to_slf4j_2_12_1.xml <span style='color:#111;'> 608B </span>","children":null,"spread":false},{"title":"Maven__org_projectlombok_lombok_1_18_4.xml <span style='color:#111;'> 524B </span>","children":null,"spread":false},{"title":"Maven__io_netty_netty_all_4_1_45_Final.xml <span style='color:#111;'> 551B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_spring_context_support_5_2_3_RELEASE.xml <span style='color:#111;'> 693B </span>","children":null,"spread":false},{"title":"Maven__ch_qos_logback_logback_classic_1_2_3.xml <span style='color:#111;'> 568B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_boot_spring_boot_autoconfigure_2_2_4_RELEASE.xml <span style='color:#111;'> 734B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_spring_context_5_2_3_RELEASE.xml <span style='color:#111;'> 637B </span>","children":null,"spread":false},{"title":"Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_10_2.xml <span style='color:#111;'> 681B </span>","children":null,"spread":false},{"title":"Maven__jakarta_validation_jakarta_validation_api_2_0_2.xml <span style='color:#111;'> 633B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_boot_spring_boot_starter_logging_2_2_4_RELEASE.xml <span style='color:#111;'> 748B </span>","children":null,"spread":false},{"title":"Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_10_2.xml <span style='color:#111;'> 695B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_boot_spring_boot_starter_json_2_2_4_RELEASE.xml <span style='color:#111;'> 727B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_boot_spring_boot_2_2_4_RELEASE.xml <span style='color:#111;'> 636B </span>","children":null,"spread":false},{"title":"Maven__org_apache_tomcat_embed_tomcat_embed_el_9_0_30.xml <span style='color:#111;'> 611B </span>","children":null,"spread":false},{"title":"Maven__org_apache_logging_log4j_log4j_api_2_12_1.xml <span style='color:#111;'> 573B </span>","children":null,"spread":false},{"title":"Maven__com_iteaj_iot_modbus_2_5_6.xml <span style='color:#111;'> 513B </span>","children":null,"spread":false},{"title":"Maven__org_slf4j_jul_to_slf4j_1_7_30.xml <span style='color:#111;'> 534B </span>","children":null,"spread":false},{"title":"Maven__ch_qos_logback_logback_core_1_2_3.xml <span style='color:#111;'> 547B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_spring_beans_5_2_3_RELEASE.xml <span style='color:#111;'> 623B </span>","children":null,"spread":false},{"title":"Maven__org_slf4j_slf4j_api_1_7_30.xml <span style='color:#111;'> 513B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_spring_jcl_5_2_3_RELEASE.xml <span style='color:#111;'> 609B </span>","children":null,"spread":false},{"title":"Maven__com_iteaj_iot_server_2_5_6.xml <span style='color:#111;'> 513B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_spring_expression_5_2_3_RELEASE.xml <span style='color:#111;'> 658B </span>","children":null,"spread":false},{"title":"Maven__org_apache_commons_commons_lang3_3_9.xml <span style='color:#111;'> 556B </span>","children":null,"spread":false},{"title":"Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_10_2.xml <span style='color:#111;'> 736B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_boot_spring_boot_starter_validation_2_2_4_RELEASE.xml <span style='color:#111;'> 769B </span>","children":null,"spread":false},{"title":"Maven__com_fasterxml_jackson_core_jackson_databind_2_10_2.xml <span style='color:#111;'> 630B </span>","children":null,"spread":false},{"title":"Maven__cn_hutool_hutool_core_5_7_18.xml <span style='color:#111;'> 527B </span>","children":null,"spread":false},{"title":"Maven__com_fasterxml_classmate_1_5_1.xml <span style='color:#111;'> 522B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_boot_spring_boot_starter_web_2_2_4_RELEASE.xml <span style='color:#111;'> 720B </span>","children":null,"spread":false},{"title":"Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_30.xml <span style='color:#111;'> 660B </span>","children":null,"spread":false},{"title":"Maven__com_alibaba_fastjson_1_2_78.xml <span style='color:#111;'> 514B </span>","children":null,"spread":false},{"title":"Maven__org_jboss_logging_jboss_logging_3_4_1_Final.xml <span style='color:#111;'> 608B </span>","children":null,"spread":false},{"title":"Maven__jakarta_annotation_jakarta_annotation_api_1_3_5.xml <span style='color:#111;'> 633B </span>","children":null,"spread":false},{"title":"Maven__com_fasterxml_jackson_core_jackson_annotations_2_10_2.xml <span style='color:#111;'> 651B </span>","children":null,"spread":false},{"title":"Maven__com_fasterxml_jackson_core_jackson_core_2_10_2.xml <span style='color:#111;'> 602B </span>","children":null,"spread":false},{"title":"Maven__org_yaml_snakeyaml_1_25.xml <span style='color:#111;'> 495B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_boot_spring_boot_starter_2_2_4_RELEASE.xml <span style='color:#111;'> 692B </span>","children":null,"spread":false},{"title":"Maven__org_hibernate_validator_hibernate_validator_6_0_18_Final.xml <span style='color:#111;'> 681B </span>","children":null,"spread":false},{"title":"Maven__com_iteaj_iot_core_2_5_6.xml <span style='color:#111;'> 499B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_spring_core_5_2_3_RELEASE.xml <span style='color:#111;'> 616B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_spring_webmvc_5_2_3_RELEASE.xml <span style='color:#111;'> 630B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_boot_spring_boot_starter_tomcat_2_2_4_RELEASE.xml <span style='color:#111;'> 741B </span>","children":null,"spread":false},{"title":"Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_30.xml <span style='color:#111;'> 625B </span>","children":null,"spread":false},{"title":"Maven__org_springframework_spring_web_5_2_3_RELEASE.xml <span style='color:#111;'> 609B </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"demo.iml <span style='color:#111;'> 6.01KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明