本文介绍了从Comm事件上的MSComm读取确切的数据包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在开发VB应用程序,它从MSCOMM读取确切的数据包.

数据包是:

Hi All,

I am developing on VB Application it reads the exact packet from the MSCOMM.

The Packet is :

"#SP101PACE_TEST1231111142600073123012109712345678240101080987654302400219876543048111113579246155246813570003."



该数据包的长度为110.我应该如何找到要解析的数据包?我不必错过任何一个小包.

请帮我.谢谢.



And length of that packet is 110 . How should i find my packet for parsing? I need not to miss any single packet.

Please help me. Thanks.

推荐答案


这篇关于从Comm事件上的MSComm读取确切的数据包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 00:03