Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DOS下的C语言中是否有以太网中断之类的东西用于传入数据?我已经编写了一个应用程序,它在我的“while(True)”循环中等待传入的数据,并且它运行良好。但我想知道是否有一个中断服务可以处理我的 while(true) 循环之外的传入数据。
浏览了RBIL之后,似乎做中断级以太网是不可能的。以太网在 TCP/IP 领域非常重要。为此,我建议非常努力地留在串行接口上,或者开始研究MS-DOS 的TCP/IP 网络和带有数据包驱动程序的 DOS TCP/IP 网络。