Delphi 7上监听串口

发布于 2024-11-06 01:38:35 字数 1436 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

冷月断魂刀 2024-11-13 01:38:35

http://sourceforge.net/projects/tpapro/ 是一个免费软件工具,我们使用得很好成功多年。

http://sourceforge.net/projects/tpapro/ is a freeware tool we've used with great success for many years.

表情可笑 2024-11-13 01:38:35

已经建议的 tpapro 可能也会这样做,但我自己使用 TComport,我认为它稍微容易一些使用。它将有一个 onrxchar 事件属性,每当字符到达时就会触发该属性(以及其他类型数据包的多个选项,包括 ASCII linediscipline)。

我几乎用它来做同样类型的事情,尽管是用微芯片 MCU。

The already suggested tpapro will probably also do it, but I myself use TComport, which I consider slightly easier to use. It will has an event property onrxchar that triggers whenever a character arrives (and several options for other kinds of packets, including ASCII linediscipline).

I use it pretty much for the same kind of stuff, albeit with microchips mcus.

不再见 2024-11-13 01:38:35

我已经使用 WinSoft 的 Comport 库很多年了。它非常出色(0 个错误)并且适用于任何版本的 Windows。

链接为:http://www.winsoft.sk/comport.htm

I've used the Comport library of WinSoft for many... years. It´s excellent (0 bugs) and works with any version of windows.

The link is: http://www.winsoft.sk/comport.htm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文