带有 RS-232 串行端口的 Javascript 接口

Javascript interface with RS-232 Serial Port(带有 RS-232 串行端口的 Javascript 接口)
本文介绍了带有 RS-232 串行端口的 Javascript 接口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在从事一个涉及 4 端口 A/V 开关的项目.此开关可通过 RS-232 控制.

I am currently working on a project that involves a 4 Port A/V switch. This switch can be controlled via RS-232.

将与交换机接口的计算机运行 Vista.我想创建一个侧边栏小工具,它有 4 个按钮 - 交换机上的每个端口 1 个.当用户按下按钮时,它会切换到该端口.

The computer that will interface with the switch runs Vista. I would like to create a sidebar gadget that has 4 buttons- 1 for each port on the switch. When the user presses the button, it switches to that port.

我做了一些谷歌搜索,似乎没有一个很好的方式来在 javascript 和 rs-232 之间进行接口.

I have done a bit of googling, and it seems that there isn't a very good way to interface between javascript and rs-232.

有人对我有什么建议吗?

Does anyone have any suggestions for me?

谢谢!

推荐答案

你喜欢复杂的 hacks 吗?

Do you like convoluted hacks?

安装网络服务器.使用 CGI、Python、PHP、Perl 或其他方法从 Web 服务器上的页面控制串行端口.

Install a webserver. Use CGI, Python, PHP, Perl, or some other method to control the serial port from a page on the webserver.

将控件指向网页.

这篇关于带有 RS-232 串行端口的 Javascript 接口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Update another component when Formik form changes(当Formik表单更改时更新另一个组件)
Formik validation isSubmitting / isValidating not getting set to true(Formik验证正在提交/isValiating未设置为True)
React Validation Max Range Using Formik(使用Formik的Reaction验证最大范围)
Validation using Yup to check string or number length(使用YUP检查字符串或数字长度的验证)
Updating initialValues prop on Formik Form does not update input value(更新Formik表单上的初始值属性不会更新输入值)
password validation with yup and formik(使用YUP和Formick进行密码验证)