software developed in vb.net(communicating with serialport) hanging and it is giving these rexceptions
I am working on an mfc dll that is accessed via a script and all this works fine. I have added a multi-threading component to it and am trying to use the WriteFile() function to write to my serial por
I\'m using a Quartz .NET job to get data from serial port periodically. The problem is that if the serial port is used by a another programm the job should reschedule itself to maybe try it in 30min a
I am trying to write to a serial port using the WriteFile() function and when I put some breakpoints to check whether it is writing or not, it doesn\'t. I am trying to pass a string of data through my
I am using a 3rd party serial port component from one of \"the big names\" (yes, I have asked them for support, but there is a time zone difference and I need to fix this really quickly). The componen
I want to find out which serial device (/dev/ttyS0-X) is linked to console so I can skip them from opening to prevent concurrent problems. This should be realized within a generic C/C++ function, that
Working on a library which communicates with a range of USB devices I want to develop a suite of API tests to check the integration status of new devices. One of the situations I wish to test is unexp
I am listening the port and Once I receive the message doing some of processing than insertinginto the database. All good so far.
I\'m looking to connect my iPhone to an RS-232 serial device via Bluetooth. Has anyone implemented this successfully and can offer advice on hardware to use? It\'s kind o开发者_高级运维f tricky becaus
I am working on a project on Visual Studio C#. I am collecting data from a device connected to PC via serial port.