serial-port
C# Closing the serial port when no one is using it
I have an object of SerialPort. It is used by multiple object of some class. Is there some eleg开发者_如何学Goant solution to close the port when no one is using it?[详细]
2023-04-10 21:24 分类:问答Reading and writing from serial port,through loopback in c in linux
I am on a program to read and write from and to serial port using serial crosscable and loopback by soring 2nd and 3rd pin of cable. I am able to write but not able to read.[详细]
2023-04-10 14:49 分类:问答Serial port won't accept baud rate
I am trying to setup a serial port on centos but can\'t get it to work. this is the code that I\'m having trouble with.[详细]
2023-04-10 05:36 分类:问答Android USB Virtual COM port on an Archos?
is there any option to have Virtual COM port Host on Android that would communicate with a connected device(via cable and physical USB unterface) in a virtual COM port way (fileopen/fileread/filewrite[详细]
2023-04-10 02:27 分类:问答Serial Port reading causes application freezing for a while - Do I need threading?
I got some code in c# for reading results of AT command compatible modem. In case I start COM port reading whole apps freezes until data received. I suppose I should use threading but I\'ve no idea h[详细]
2023-04-09 23:42 分类:问答how to "usb to tty"?
I\'m new to the C++ world but have strong knowledge in several languages (so i\'m not THAT lost). I just received an usb missile launcher as a gift and wanted to control it via different platforms, in[详细]
2023-04-09 11:05 分类:问答Serial port handshake. What the difference between Hardware and None handshaking?
I\'m trying to determine the difference when I open serial port with hardware handshake and none handshake.[详细]
2023-04-09 10:56 分类:问答Serial Port Communication With Mobile Phones
I want to 开发者_JAVA百科connect my mobile phone to PC Using Serial Port. and communicate and send sms to contacts stored in phone memory.How to achieve this in C#.First of all, you are not providing[详细]
2023-04-09 09:54 分类:问答Serial Port Communication Project
I\'m doing a final year project on car park display system. What it does basically is to detect any cars in the parking lot, update the number of lots available and show whether it\'s full or not.[详细]
2023-04-09 09:40 分类:问答is this linux serial port configured the same as the windows one
I am trying to port a program to linux but i cannot get the serial port working. this is the windows code[详细]
2023-04-09 07:30 分类:问答