网站首页
编程语言
数据库
系统相关
其他分享
编程问答
sP
2024-10-15
C# 实现串口通信
usingSystem;usingSystem.IO.Ports;usingSystem.Linq;usingSystem.Text;usingSystem.Threading;namespaceDAL{publicclassAsySerialDal{privatestaticreadonlyobjectsyncRoot=newobject();constintCOMDAL_RECVBUF_SIZE
2024-10-15
DS, ES, SS, DI, SI, BP, SP, IP, FS 寄存器
DSiscalleddatasegmentregister.Itpointstothesegmentofthedatausedbytherunningprogram.Youcanpointthistoanywhereyouwantaslongasitcontainsthedesireddata.DS叫做段寄存器,指向当前运行着的程序的数据段.你可以把它指向任何你想要的地方