摘要:
目录 前言 一、串口、CAN总线 二、使用步骤 1.RS232串口通讯(指令下发与接收) 2.CAN总线通讯 总结 前言 学习及工作中我们经常会遇到上位机与下位机通讯等工作,结合场景使用不同的通讯方式实时通讯,以下为工作中遇到的上位机与下位机进行实时通讯,采用RS232串口和CAN总线形式进行网络通 阅读全文
使用IDEA创建SpringBoot项目出现intellij idea No active profile set, falling back to default profiles: default
摘要:
增加依赖解决 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> 阅读全文