This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在尝试通过 USB 到 RS485 电缆将数据写入 DMX 接收器。我可以看到正确的数据帧,但是对于遵循 DMX 协议的数据包,我需要一个中断和 MAB 信号。所以我的问题是,有没有办法产生这样的信号?我的想法是向串行端口写入带有延迟的 hi 和 lo 信号,但我还没有找到在 VS C# 中执行此操作的方法。