本文介绍了如何使用C#检查RS232电缆是否断开?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用RS232串口进行支付交易,但无法检查电缆是否断开



我尝试过:



我试过Data_Received,ErrorReceived和PinChanged事件但没有用

I am using RS232 serial port for payment transaction but not able check cable disconnected or not

What I have tried:

I tried with Data_Received, ErrorReceived and PinChanged event but no use

推荐答案



这篇关于如何使用C#检查RS232电缆是否断开?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 06:14