自研的新版io采集通讯模块,它能采集8路开关量,输出4路开关量,2路4-20mA模拟量,一路NTC探头温度,基于modbusRTU协议通讯

terry b793e640e2 add output 2 年之前
Core c4fbd6f8cf reduce frequency by 8M, repair temperature 2 年之前
Doc c4fbd6f8cf reduce frequency by 8M, repair temperature 2 年之前
Drivers a523af8b45 reduce chip frequency to 48M 2 年之前
MDK-ARM b793e640e2 add output 2 年之前
Middlewares 9447118802 add FreeRTOS system 2 年之前
Output b793e640e2 add output 2 年之前
.gitignore b793e640e2 add output 2 年之前
.mxproject 9447118802 add FreeRTOS system 2 年之前
iocollect.ioc c4fbd6f8cf reduce frequency by 8M, repair temperature 2 年之前
keilkill.bat a72e9661ac initial version 2 年之前
readme.md 2ef9e11a90 repair temperature measurement function 2 年之前

readme.md

iocollect


http://192.168.0.139:3000/xuy/iocollect

function_v1.0:

Function

######Created on 2023/5/5 #####GPIOA port level detection; #####GPIOB port level detection; #####GPIOB output level setting; #####ADC 3-way detection (2x 4-20mA, temperature); #####ADC 2-way calibration (2x 4-20mA); #####System software restart;


function_v1.1:

Add Function

######Updated on 2023/5/5 #####Add View Device Address; #####Software modification baud rate; ######Updated on 6/5/2023 11:18:02 AM #####Add DMA receive statement;


function_v1.2:

Add Function

######Updated on 6/7/2023 2:10:31 PM #####Add IAP_V1.0(In Application Programming);


function_v2.0:

######Updated on 6/20/2023 1:48:34 PM #####Add freertos embedded system;

Repair function

#####Updated on 6/25/2023 2:49:47 PM #####Repair temperature measurement function;