找回密码
 立即注册

用STM32的串口实现RS485通信,包括代码(库函数版本)和PDF文档

[复制链接]
发表于 2024-2-8 12:55:05 | 显示全部楼层 |阅读模式
文件列表:
├文件夹1:[实验11:RS485通信]
│  ├(1)RS485通信.png
│  ├(2)实验11:RS485通信.pdf
│  ├(3)实验说明.txt
│  ├文件夹1:[工程模板]
│  │  ├(1)1.uvopt
│  │  ├文件夹1:[APP]
│  │  │  ├文件夹1:[beep]
│  │  │  │  ├(1)beep.c
│  │  │  │  ├(2)beep.h
│  │  │  │  └█
│  │  │  ├文件夹2:[exit]
│  │  │  │  ├(1)exti.c
│  │  │  │  ├(2)exti.h
│  │  │  │  └█
│  │  │  ├文件夹3:[key]
│  │  │  │  ├(1)key.c
│  │  │  │  ├(2)key.h
│  │  │  │  └█
│  │  │  ├文件夹4:[LED]
│  │  │  │  ├(1)led.c
│  │  │  │  ├(2)led.h
│  │  │  │  └█
│  │  │  ├文件夹5:[PWM]
│  │  │  │  ├(1)pwm.c
│  │  │  │  ├(2)pwm.h
│  │  │  │  └█
│  │  │  ├文件夹6:[RS485]
│  │  │  │  ├(1)rs485.c
│  │  │  │  ├(2)rs485.h
│  │  │  │  └█
│  │  │  ├文件夹7:[seg]
│  │  │  │  ├(1)smg.c
│  │  │  │  ├(2)smg.h
│  │  │  │  └█
│  │  │  ├文件夹8:[SysTick]
│  │  │  │  ├(1)systick.c
│  │  │  │  ├(2)systick.h
│  │  │  │  └█
│  │  │  ├文件夹9:[time]
│  │  │  │  ├(1)time.c
│  │  │  │  ├(2)time.h
│  │  │  │  └█
│  │  │  ├文件夹10:[usart]
│  │  │  │  ├(1)usart.c
│  │  │  │  ├(2)usart.h
│  │  │  │  └█
│  │  │  └█
│  │  ├(2)JLink Regs CM3.txt
│  │  ├(3)JLinkSettings.ini
│  │  ├(4)keilkilll.bat
│  │  ├文件夹2:[Libraries]
│  │  │  ├文件夹1:[CMSIS]
│  │  │  │  ├文件夹1:[CM3]
│  │  │  │  │  ├文件夹1:[CoreSupport]
│  │  │  │  │  │  ├(1)core_cm3.c
│  │  │  │  │  │  ├(2)core_cm3.h
│  │  │  │  │  │  └█
│  │  │  │  │  ├文件夹2:[DeviceSupport]
│  │  │  │  │  │  ├文件夹1:[ST]
│  │  │  │  │  │  │  ├文件夹1:[STM32F10x]
│  │  │  │  │  │  │  │  ├(1)Release_Notes.html
│  │  │  │  │  │  │  │  ├文件夹1:[startup]
│  │  │  │  │  │  │  │  │  ├文件夹1:[arm]
│  │  │  │  │  │  │  │  │  │  ├(1)startup_stm32f10x_cl.s
│  │  │  │  │  │  │  │  │  │  ├(2)startup_stm32f10x_hd.s
│  │  │  │  │  │  │  │  │  │  ├(3)startup_stm32f10x_hd_vl.s
│  │  │  │  │  │  │  │  │  │  ├(4)startup_stm32f10x_ld.s
│  │  │  │  │  │  │  │  │  │  ├(5)startup_stm32f10x_ld_vl.s
│  │  │  │  │  │  │  │  │  │  ├(6)startup_stm32f10x_md.s
│  │  │  │  │  │  │  │  │  │  ├(7)startup_stm32f10x_md_vl.s
│  │  │  │  │  │  │  │  │  │  ├(8)startup_stm32f10x_xl.s
│  │  │  │  │  │  │  │  │  │  └█
│  │  │  │  │  │  │  │  │  ├文件夹2:[gcc_ride7]
│  │  │  │  │  │  │  │  │  │  ├(1)startup_stm32f10x_cl.s
│  │  │  │  │  │  │  │  │  │  ├(2)startup_stm32f10x_hd.s
│  │  │  │  │  │  │  │  │  │  ├(3)startup_stm32f10x_hd_vl.s
│  │  │  │  │  │  │  │  │  │  ├(4)startup_stm32f10x_ld.s
│  │  │  │  │  │  │  │  │  │  ├(5)startup_stm32f10x_ld_vl.s
│  │  │  │  │  │  │  │  │  │  ├(6)startup_stm32f10x_md.s
│  │  │  │  │  │  │  │  │  │  ├(7)startup_stm32f10x_md_vl.s
│  │  │  │  │  │  │  │  │  │  ├(8)startup_stm32f10x_xl.s
│  │  │  │  │  │  │  │  │  │  └█
│  │  │  │  │  │  │  │  │  ├文件夹3:[iar]
│  │  │  │  │  │  │  │  │  │  ├(1)startup_stm32f10x_cl.s
│  │  │  │  │  │  │  │  │  │  ├(2)startup_stm32f10x_hd.s
│  │  │  │  │  │  │  │  │  │  ├(3)startup_stm32f10x_hd_vl.s
│  │  │  │  │  │  │  │  │  │  ├(4)startup_stm32f10x_ld.s
│  │  │  │  │  │  │  │  │  │  ├(5)startup_stm32f10x_ld_vl.s
│  │  │  │  │  │  │  │  │  │  ├(6)startup_stm32f10x_md.s
│  │  │  │  │  │  │  │  │  │  ├(7)startup_stm32f10x_md_vl.s
│  │  │  │  │  │  │  │  │  │  ├(8)startup_stm32f10x_xl.s
│  │  │  │  │  │  │  │  │  │  └█
│  │  │  │  │  │  │  │  │  ├文件夹4:[TrueSTUDIO]
│  │  │  │  │  │  │  │  │  │  ├(1)startup_stm32f10x_cl.s
│  │  │  │  │  │  │  │  │  │  ├(2)startup_stm32f10x_hd.s
│  │  │  │  │  │  │  │  │  │  ├(3)startup_stm32f10x_hd_vl.s
│  │  │  │  │  │  │  │  │  │  ├(4)startup_stm32f10x_ld.s
│  │  │  │  │  │  │  │  │  │  ├(5)startup_stm32f10x_ld_vl.s
│  │  │  │  │  │  │  │  │  │  ├(6)startup_stm32f10x_md.s
│  │  │  │  │  │  │  │  │  │  ├(7)startup_stm32f10x_md_vl.s
│  │  │  │  │  │  │  │  │  │  ├(8)startup_stm32f10x_xl.s
│  │  │  │  │  │  │  │  │  │  └█
│  │  │  │  │  │  │  │  │  └█
│  │  │  │  │  │  │  │  ├(2)stm32f10x.h
│  │  │  │  │  │  │  │  ├(3)system_stm32f10x.c
│  │  │  │  │  │  │  │  ├(4)system_stm32f10x.h
│  │  │  │  │  │  │  │  └█
│  │  │  │  │  │  │  └█
│  │  │  │  │  │  └█
│  │  │  │  │  └█
│  │  │  │  ├(1)CMSIS debug support.htm
│  │  │  │  ├(2)CMSIS_changes.htm
│  │  │  │  ├文件夹2:[Documentation]
│  │  │  │  │  ├(1)CMSIS_Core.htm
│  │  │  │  │  └█
│  │  │  │  ├(3)License.doc
│  │  │  │  └█
│  │  │  ├文件夹2:[STM32F10x_StdPeriph_Driver]
│  │  │  │  ├文件夹1:[inc]
│  │  │  │  │  ├(1)misc.h
│  │  │  │  │  ├(2)stm32f10x_adc.h
│  │  │  │  │  ├(3)stm32f10x_bkp.h
│  │  │  │  │  ├(4)stm32f10x_can.h
│  │  │  │  │  ├(5)stm32f10x_cec.h
│  │  │  │  │  ├(6)stm32f10x_crc.h
│  │  │  │  │  ├(7)stm32f10x_dac.h
│  │  │  │  │  ├(8)stm32f10x_dbgmcu.h
│  │  │  │  │  ├(9)stm32f10x_dma.h
│  │  │  │  │  ├(10)stm32f10x_exti.h
│  │  │  │  │  ├(11)stm32f10x_flash.h
│  │  │  │  │  ├(12)stm32f10x_fsmc.h
│  │  │  │  │  ├(13)stm32f10x_gpio.h
│  │  │  │  │  ├(14)stm32f10x_i2c.h
│  │  │  │  │  ├(15)stm32f10x_iwdg.h
│  │  │  │  │  ├(16)stm32f10x_pwr.h
│  │  │  │  │  ├(17)stm32f10x_rcc.h
│  │  │  │  │  ├(18)stm32f10x_rtc.h
│  │  │  │  │  ├(19)stm32f10x_sdio.h
│  │  │  │  │  ├(20)stm32f10x_spi.h
│  │  │  │  │  ├(21)stm32f10x_tim.h
│  │  │  │  │  ├(22)stm32f10x_usart.h
│  │  │  │  │  ├(23)stm32f10x_wwdg.h
│  │  │  │  │  └█
│  │  │  │  ├(1)Release_Notes.html
│  │  │  │  ├文件夹2:[src]
│  │  │  │  │  ├(1)misc.c
│  │  │  │  │  ├(2)stm32f10x_adc.c
│  │  │  │  │  ├(3)stm32f10x_bkp.c
│  │  │  │  │  ├(4)stm32f10x_can.c
│  │  │  │  │  ├(5)stm32f10x_cec.c
│  │  │  │  │  ├(6)stm32f10x_crc.c
│  │  │  │  │  ├(7)stm32f10x_dac.c
│  │  │  │  │  ├(8)stm32f10x_dbgmcu.c
│  │  │  │  │  ├(9)stm32f10x_dma.c
│  │  │  │  │  ├(10)stm32f10x_exti.c
│  │  │  │  │  ├(11)stm32f10x_flash.c
│  │  │  │  │  ├(12)stm32f10x_fsmc.c
│  │  │  │  │  ├(13)stm32f10x_gpio.c
│  │  │  │  │  ├(14)stm32f10x_i2c.c
│  │  │  │  │  ├(15)stm32f10x_iwdg.c
│  │  │  │  │  ├(16)stm32f10x_pwr.c
│  │  │  │  │  ├(17)stm32f10x_rcc.c
│  │  │  │  │  ├(18)stm32f10x_rtc.c
│  │  │  │  │  ├(19)stm32f10x_sdio.c
│  │  │  │  │  ├(20)stm32f10x_spi.c
│  │  │  │  │  ├(21)stm32f10x_tim.c
│  │  │  │  │  ├(22)stm32f10x_usart.c
│  │  │  │  │  ├(23)stm32f10x_wwdg.c
│  │  │  │  │  └█
│  │  │  │  └█
│  │  │  └█
│  │  ├文件夹3:[output]
│  │  │  ├(1)工程模板.build_log.htm
│  │  │  ├(2)工程模板.hex
│  │  │  └█
│  │  ├文件夹4:[startup]
│  │  │  ├(1)startup_stm32f10x_hd.s
│  │  │  └█
│  │  ├(5)Template.uvgui.acer
│  │  ├(6)Template.uvgui.Administrator
│  │  ├(7)Template.uvopt
│  │  ├(8)Template.uvproj
│  │  ├(9)Template_uvopt.bak
│  │  ├文件夹5:[user]
│  │  │  ├(1)main.c
│  │  │  ├(2)public.c
│  │  │  ├(3)public.h
│  │  │  ├(4)stm32f10x_conf.h
│  │  │  ├(5)stm32f10x_it.c
│  │  │  ├(6)stm32f10x_it.h
│  │  │  └█
│  │  └█
│  └█
└█

用STM32的串口实现RS485通信,包括代码(库函数版本)和PDF文档.zip (881.17 KB, 下载次数: 0, 售价: 30 积分)


回复

使用道具 举报

小黑屋|获取积分|网站地图|必过源码 ( 湘ICP备2020019413号-2 )

GMT+8, 2024-11-23 07:23 , Processed in 0.064862 second(s), 23 queries .

Powered by Biguo100

2006-2023 Biguo100 Team

快速回复 返回顶部 返回列表