命令行串行终端
我正在使用 Eclipse 开发嵌入式系统的应用程序。
Eclipse 配置的选项之一是“编程/构建后运行的程序”
通常,在该文本框中,它是之前生成的 .exe 的路径,但在这种情况下,我想运行一个串行端口终端,如下所示:
terminal - COM=9 -baud=9600...
我的目标是在 Eclipse 控制台上打印该终端。这可能吗?
I'm using Eclipse to develop application for embedded systems.
One of the options of Eclipse configurations are "Program to run after programming/building"
Usually, on that textbox it's the path to our .exe generated before, but on this case I want to run a serial port terminal, like this:
terminal -COM=9 -baud=9600...
My goal here it's to have that terminal printing on Eclipse console. Is that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用目标管理平台来实现此结果。遗憾的是,我没有尝试过这个,所以无法判断它是否有效,但应该根据关于页面。
You could use the Target Management platform to achieve this result. Sadly, I did not try this, so cannot tell whether it works or not, but should be according to the about page.