上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: 1)新建工程中选项 2)Protues8.7支持芯片如下: 3)点击STM32选择 Keil编译生成的 xxx.hex文件 4)使用virtual terminal显示串口信息。仿真状态,点击Debug菜单项,按图操作。 阅读全文
posted @ 2024-09-15 11:08 辛河 阅读(514) 评论(0) 推荐(0)
摘要: 仿真软件proteus8.7安装及破解教程 Proteus8.7闪退解决办法 https://mp.weixin.qq.com/s/JcZ2Kgz7o13kJMDveLJUEA protues仿真常见问题解决方案 https://mp.weixin.qq.com/s/UhhC73uLYbl0cjsl 阅读全文
posted @ 2024-09-15 10:42 辛河 阅读(319) 评论(0) 推荐(0)
摘要: 1、研究官方例子 在Arduino IDE 2.3.2中,示例代码路径 注意代码注释中链接:https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/uart.html#circuit- 阅读全文
posted @ 2024-07-18 14:31 辛河 阅读(3457) 评论(0) 推荐(0)
摘要: page.vue <template> <checkbox-group @change="checkboxChange"> <label class="flex-container" v-for="item in items" :key="item.value" style="align-items 阅读全文
posted @ 2024-07-04 10:51 辛河 阅读(198) 评论(0) 推荐(0)
摘要: 1)按照 https://uniapp.dcloud.net.cn/component/uniui/uni-icons.html 安装 uni_modules。 2)使用 基本用法 中代码 <uni-icons type="contact" size="30"></uni-icons> 不显示ico 阅读全文
posted @ 2024-06-23 17:54 辛河 阅读(1326) 评论(0) 推荐(0)
摘要: 文章目录一、概要二、所需工具介绍三、搭建虚拟仿真环境1.Modbus RTU虚拟仿真环境搭建1.1.虚拟串口工具(VSPD)使用1.2.虚拟从站工具(ModSim32)使用1.3.虚拟主站工具(Modscan32)使用1.4.更改虚拟从站工具(ModSim32)的Modbus寄存器的值1.5.更改虚 阅读全文
posted @ 2024-05-17 19:16 辛河 阅读(4569) 评论(0) 推荐(1)
摘要: 在环境esp-idf-v5.1.2 +vscode 中,如何在一个文件内,调用另外一个文件夹内定义的函数。 设置帧内间隔( 在传输线上,两个发送的字节之间的时间间隔,不超过3.5发送单个字节的时间。)通过函数 esp_err_t uart_set_rx_timeout(uart_port_t uar 阅读全文
posted @ 2024-05-17 11:49 辛河 阅读(526) 评论(0) 推荐(0)
摘要: 第一个程序: UART模式和JTAG模式,配置完成不同。配置主要就是.vscode 文件夹中 c_cpp_properties.json,tasks.json,launch.json,settings.json四个文件。 一个想法:备份UART模式和JTAG模式的配置文件,用时直接文件替换。简单粗暴 阅读全文
posted @ 2024-05-09 15:12 辛河 阅读(242) 评论(0) 推荐(0)
摘要: 1)修改Project \STM32Cube_FW_F1_V1.8.5\Projects\STM32F103RB-Nucleo\Demonstrations\Adafruit_LCD_1_8_SD_Joystick 2)接线 (见 stm32f1xx_nucleo.h) LCD_LED_PIN 接高 阅读全文
posted @ 2024-05-06 15:10 辛河 阅读(373) 评论(0) 推荐(0)
摘要: /** ********************************************************************* * @file main.c * @author fire * @version V1.0 * @date 2018-xx-xx * @brief Fr 阅读全文
posted @ 2024-04-23 17:56 辛河 阅读(132) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页