serial-port
ASP.NET remote COM port access
I\'m building a website in ASP.NET with backend functionality in C#. The idea is that you can connect a device to your own serial port, then go to the website to send the received data from your seria[详细]
2023-04-09 06:32 分类:问答Appending text to a richTextBox in a different thread and code file
With the intention of creating a program to interface with a serial port device, I recently started learning vb.net. To keep the structure neat the vb code has been split into two places; the first is[详细]
2023-04-08 21:09 分类:问答OpenSource .net SMS library, I can't seem to find one at all for C# [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-08 19:29 分类:问答Parsing a comma seperated string of paired numbers with CRLF between data pairs
I am using C#. I have scoured the examples, and tried for hours. This situation is different. I can\'t find a solution.[详细]
2023-04-08 16:27 分类:问答serialport communication .net 4.0 from a webpage
Looking for serial port communication using ASP.NET 4.0. I have a cardwriter/reade开发者_开发百科r from IDTECH which talks through a comport. Is there any way to accomplish with .net through the web.[详细]
2023-04-08 14:21 分类:问答/dev/rfcomm0 goes stale, but I can see Bluetooth device is still sending data
I am working with a Bluetooth sensor device on Linux. I use the standard tools to connect to it on a serial port, so:[详细]
2023-04-07 16:14 分类:问答How can SerialPort.set_ReadTimeout throw IOException { NativeErrorCode = ERROR_OPERATION_ABORTED }?
After sending a message out a SerialPort to a device, in preparation to read back its response, I tried setting the ReadTimeout and got back a rather oddball error:[详细]
2023-04-07 13:45 分类:问答Detect Arduino port in Python [duplicate]
This question already has answers here: Python to automatically select serial ports (for Arduino) (4 answers)[详细]
2023-04-07 07:17 分类:问答Issue communicating via RS232 - VB.net dll / Delphi win32 exe
I have a Delphi program that communicates with a vb.net dll that I created.The vb.net dll communicates with a Fluke scope meter via an RS232 connection.I have created a program that communicates corre[详细]
2023-04-07 03:12 分类:问答Serial Port Port.Write() Command
I\'m curious as to why when I use the SerialPort.Write() command, the command I\'m trying to send doesn\'t actually ever get sent. (Maybe it just sits in the buffer, or is just saved somewhere, I don\[详细]
2023-04-07 01:59 分类:问答