serial-port
Cannot change baud rate in C# even if the port is closed and reopened after setting new baud rate
I have a similar question in the forum. C开发者_Go百科hange baud rate in C# without closing connection . In that question i asked how to change the baud rate without closing the port. Someone suggeste[详细]
2023-03-28 04:02 分类:问答Can somebody suggest me c++ library for serial port communicaiton which works on x86 and x86_64 versions of OS?
Can somebody suggest me c++ library for serial port communicaiton which works on x86 and x86_64 versions of OS ? I have used JavaSerialIO but it crashed o开发者_StackOverflown x86_64 versions.If you w[详细]
2023-03-27 20:36 分类:问答c # and Comm Ports
Hey all i am trying to turn an A/V reciever on and off this the following RS232 command: @MAIN:VOL=Down & Chr$(13) & Chr$(10)[详细]
2023-03-27 13:02 分类:问答PySerial: How to send Ctrl-C command on the serial line
I\'m automating a configuration process for an embedded board.To enter the setup screen I need to send \"Ctrl-C\" command.[详细]
2023-03-27 10:20 分类:问答C++ Communication via COM Port
How can开发者_运维百科 one communicate with a device via a COM port with C++? Is there a windows library which handles this?[详细]
2023-03-27 07:44 分类:问答Manage GSM Modem response
I\'m creating a small program in Visual Basic, using Visual Studio 2010, which communicates with a GSM modem via serial port.[详细]
2023-03-27 06:38 分类:问答Change baud rate in C# without closing connection
I have a similar problem to the following link. How to change baud rate without closing the connection?. But i use C# in stead of java. I am beginning with baud rate 300. Then after a hand shake i hav[详细]
2023-03-26 16:35 分类:问答SerialPort class in .Net: a good idea?
I need to communicate through a rs232 serial port using a .Net application. A Win32 solution has already been code开发者_高级运维d, but we have trouble with ports that stay opened when we try to close[详细]
2023-03-26 08:46 分类:问答how to send command to embedded pc connected by serial port
i want to send commands to to an embadded pc whihch connected to my pc through serial port ... here is the code that i use ...[详细]
2023-03-26 07:20 分类:问答serial port threading hang
I got the code below from a website,and this way of serial port reading is my only option because DataReceived event often doesn\'t work.but this code has a problem,if I close the application while tr[详细]
2023-03-26 05:09 分类:问答