Does this event fire only when a CRLF is received as part of the incoming serial data, or at some other time? (This appears to be the behavior I'm seeing, but could also be some problem with sen...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23052626.htm...
Whats that in VB.NET?
port.DataReceived +=new Port.CommEvent(port_DataReceived);
Thanks
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22142108.htm...
I have developed a serial interface for a gps device , so when it is connected to com port data runs and the longitude , latitude and gps time is parsed and displayed .
Only problem is i am par...
http://www.experts-exchange.com/Programming/Misc/Q_20599310.html
Zones:
ProgrammingDate Answered: 10/14/2003 Grade: A Views: 0
I've found a decent tutorial online giving directions and code for a basic e-mail/message form in Flash. I have all of the design complete, along with the .php server-side script. The problem is th...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Hi,
I am using 2.0 and the SerialPort class to make and CSD data call and then parse the incoming data via DataReceived.
I am also using Portmon to analyse the actual data that is incoming t...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21903995.html
Zones:
C#Date Answered: 07/22/2006 Grade: B Views: 34
Hi, experts
if you have patients reading the problem bellow...
1.- I have this sub that fires when Data is received from a serial port object
Private Sub mySerialPort_DataReceived(ByVal sender...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22678886.htm...
This a more 500 points award to the answer I will accept for this question
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22678886.html
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22678899.htm...
I have incorporated the standard (VB KIT) RS232 class into my project. I need to handle the events - I have not done this before.
#Region "Events"
Public Event DataReceived(ByVal Source ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20880372.html
Zones:
.NETDate Answered: 03/30/2004 Grade: B Views: 0
Hi, I'd like to know the best solution (performance wise) for the following (VB.Net) problem...
I have DLL which receives data from USB port in the form of an array of bytes, this can potentiall...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21328911.htm...
I have created a custom windows software in vb.net, VS 2005. I am reading data from a Pennsylvania scale (model 7300) via my development computer's RS232 port. I am using the SerialPort object an...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_22929499.html