欢迎来到我的博客https://www.cnblogs.com/veis/

https://www.cnblogs.com/veis/p/14182037.html

摘要: 1 using System; 2 using System.Text; 3 using System.Windows.Forms; 4 5 namespace MySSCOM 6 { 7 internal class Utils 8 { 9 public static long getMMSyst 阅读全文
posted @ 2021-04-10 12:38 veis 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 说明 目前主要封装了串口1的实例,采用可移植数据类型,可以同步移植到STM32、STM8等单片机; 需自行实现串口接收回调函数内容; 欢迎各位指正并分享; 头文件 #ifndef __SERIAL_H__ #define __SERIAL_H__ #include <reg52.h> #ifndef 阅读全文
posted @ 2021-04-10 12:36 veis 阅读(192) 评论(0) 推荐(0) 编辑