如何从 PC 的超级终端检索数据

发布于 2024-11-27 12:33:54 字数 409 浏览 0 评论 0原文

我们将构建一个设施,通过该设施我们可以从外部硬件设备(即)向 PC 发送一些信息。微控制器。信息将显示在PC的“超级终端”上。我们可以将微控制器连接到PC,输出可能会显示在PC的超级终端上。我们的要求是,我们需要从“超级终端”中提取数据“在网站上显示此内容。那么,有什么方法可以让我们从超级终端获取数据并将其放到网站上。我的猜测是,我们必须进行一些编码,通过这些编码我们可以从“超级终端”destop 应用程序收集数据,并需要将其放在 Web 应用程序上。我们不清楚在这种情况下最适合并最适合的编程语言选择。我们是PHP、Flex和C的开发人员,但我们陷入了困境,要么需要使用.net/java创建destop应用程序,要么有超级终端的API接口可以使用。

如果您建议可以使用哪些编程技术来实现上述目标,我将非常感激,这将对我们有很大帮助。我请求您对我们需要考虑的方法和技术进行一些说明。

We will be building a facility by which we can send some information to the PC from external Hardware device ie. Microcontroller .The information will be displayed on the "Hyper Terminal" of the PC .We can interface a microcontroller to the PC and the output could be possibly displayed on the PC's Hyperterminal .Our requirement is , we need to extract the data from "Hyperterminal" show this on a website. So, is there any way by which we can we can get the data from the Hyperterminal and put it to the website. My guess is , we have to do some coding through which we can collect data from "Hyperterminal" destop application and need to put it on web application . We are unclear about the programming language selection that would preferably suite and serve the best in this situation . We are developers in PHP , Flex and C but we are in dilemma , that is it required to create a destop application using .net / java , or there is a API interface of the hyperterminal which can be used .

I will be very grateful and it will be a great help to us , if you suggest which programming techniques that can be used to achieve the aforesaid objective . I request you to put some light on the methodologies , technologies involved that we need to take into consideration .

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

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

发布评论

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

评论(1

浅唱ヾ落雨殇 2024-12-04 12:33:54

中间“代理”应用程序怎么样,它连接到微控制器(通过 RS232 或如何操作)并创建可用于超级终端连接的套接字。该应用程序必须充当简单的桥梁,将数据从 MC 连接传输到套接字,反之亦然。该应用程序还可以收集所有必要的数据并将其写入数据库。 Web 应用程序从 DB 读取数据。

What about intermediate "proxy" application, that connects to microcontroller (via RS232 or how you do it) and creates socket that may be used for hyperterminal connection. This application must act as a simple bridge and transmit data from MC connection to socket and vice versa. Also this application can collect all necessary data and write it to database. Web application reads data from DB.

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