sP
  • 2024-10-15C# 实现串口通信
    usingSystem;usingSystem.IO.Ports;usingSystem.Linq;usingSystem.Text;usingSystem.Threading;namespaceDAL{publicclassAsySerialDal{privatestaticreadonlyobjectsyncRoot=newobject();constintCOMDAL_RECVBUF_SIZE
  • 2024-10-15DS, ES, SS, DI, SI, BP, SP, IP, FS 寄存器
    DSiscalleddatasegmentregister.Itpointstothesegmentofthedatausedbytherunningprogram.Youcanpointthistoanywhereyouwantaslongasitcontainsthedesireddata.DS叫做段寄存器,指向当前运行着的程序的数据段.你可以把它指向任何你想要的地方