我有一个 ECR(电子收银机)设备,它有一个 RS-232 com 端口电缆用于连接到 PC,但我没有得到任何驱动程序。我正在尝试将设备连接到 PC,但 PC 无法检测到电缆。如何检测连接在此 RS-232 上的此设备?我在 Linux 下工作。任何有关如何找到设备的帮助表示赞赏?
以下是我在 C 中找到的代码片段,用于根据波特率和 Com 端口号连接到设备。
int OpenComport(int comport_number, int baudrate)
int SendByte(int comport_number, unsigned char byte)
int SendBuf(int comport_number, unsigned char *buf, int size)