I am trying to make my C# application communicate with digital scale via rs232 by using SerialPort class in .net. Unfortunatelly I can\'t get any feedback from the scale.
I need my program to catch TimeOutException every time SerialPort Read Times out, but it fails to do that. In fact, the program breaks when it goes to read and th开发者_运维问答rows this exceptions, \
I have developed a USB device that communicates with linux over a simple but proprietary interface and some custom Linux drivers.My goal is to port this to Windows without writing windows drivers.What
I\'m having a problem with a program that communicates over a serial port. One of the characters it must send and receive is the degree symbol, ASCII 0xBF. It\'s been working fine for years now sudden
I\'d like to know how to link the data received via serialport to the function calling it in the main UI.
This is in relation to resetting an Arduino, and then start pushing data to it from my usb xbee. I\'ve tried using screen, with no luck.
I\'m working on a program in C# which communicates with a piece of hardware over the serial port (said serial port communication being handled by a C++ library). It is meant to replace an earlier piec
Hello there I am a newbie trying to prove the working of RS 232 Full modem and also one RS 4开发者_运维知识库22( RX,TX,RTS,CTS)
C#, WPF, Windows 7, PC, Visaul Studio 2010 I try to trap when the user attach a COM port to the PC by doing this
Is this possible? If so, what is the industry standard as far as software goes? Specifically, I am referring to .net controls.