自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

原创 c# 串口协议解析

c# 串口协议解析 串口每次读上来数据长度不确定,接收到数据是不固定的长度,协议是起始是57 AB ,标准协议包是11位 ,中间偶尔会有4位的短包。 57 AB 88 07 21 00 04 F6 00 30 2A 57 AB 88 07 21 00 04 F7 00 31 2C 57 AB 88 07 21 00 03 F9 00 32 2E 57 AB 88 07 21 00 02 FA 00 33 2F 57 AB 88 07 21 00 04 F8 00 34 30 57 AB 82 A3 57

2021-12-01 12:47:19 717

转载 Windows中断那些事儿(转)

Windows中断那些事儿 2016年12月20日 10:51:35 阅读数:1349 http://www.cnblogs.com/xuanyuan/p/5506508.html 搞内核研究的经常对中断这个概念肯定不陌生,经常我们会接触很多与中断相关的术语,按照软件和硬件进行分类: 硬件CPU相关: IRQ、IDT、cli&sti 软件操作系统相关: APC、DP...

2018-09-12 11:02:34 1316

Programming the Microsoft Windows Driver Model(2nd)

wdm driver 的经典著作。 This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I'll explain who should be reading this book, the organization of the book, and how to use the book most effectively. You'll also find a note on errors and a section on other resources you can use to learn about driver programming. Looking ahead, Chapter 1 explains how the two main branches of the Windows family operate internally, what a WDM device driver is, and how it relates to the rest of Windows.

2009-02-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除