尝试通过Serialport向Verifone发送金额

帮助我,我正在尝试从PCc汇款到Veriphone签证。万事达卡,但出现错误

        SerialPort1.Open()
        Dim MyInt As Integer = Val(TextBox1.Text)
        Dim b As Byte() = BitConverter.GetBytes(MyInt)
        SerialPort1.Write(b,b.Length)
        SerialPort1.Close()

错误:

尝试通过Serialport向Verifone发送金额

fc3svsae86 回答:尝试通过Serialport向Verifone发送金额

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3155797.html

大家都在问