Listening to Serial Com Ports that are In use

后端 未结 4 881
不思量自难忘°
不思量自难忘° 2020-12-09 10:18

I\'m dealing with some legacy systems that are using RS232 to communicate with peripherals. I\'m not very experienced with COM interfacing. I have some code that can open an

4条回答
  •  借酒劲吻你
    2020-12-09 11:04

    I have been down this same path. A hardware splitter is the easiest solution.

    hub4com setup will involve the "Add New Hardware" wizard. If you have a lot of machines, geographically separated machines, or users who are not technically savvy and lack the permissions necessary, installation could be awkward.

    If this is a legacy application, does it run in ntvdm? If so, you could run it in DosBox instead and alter the DosBox code to write to a file in addition to sending/receiving to/from the serial port. DosBox is cross platform as well.

提交回复
热议问题