开发者

Disableb communication over COM1 - strange behaviour

开发者 https://www.devze.com 2023-02-08 07:06 出处:网络
I have problem, when I start process which doesn\'t use serial port it disable all communication over COM1, but when I start app from another machine which communicate with this process it works. What

I have problem, when I start process which doesn't use serial port it disable all communication over COM1, but when I start app from another machine which communicate with this process it works. What could be problem ? Is seams like when I start 开发者_开发知识库Java on that machine it disable communication. Any idea ?


Well in order for a Java application to take over some COM port you need to use JavaComm. Are you using JavaComm in your app?

0

精彩评论

暂无评论...
验证码 换一张
取 消