hello to every body
im new in the vb language
plz kindly help me
can anyone tell me how to get the data from comm port by using the vb2005
thanks for replying me
thanks

Recommended Answers

All 3 Replies

Hi,

You should start with this:

Imports System.IO.Ports

Dim Comport As SerialPort
dim incomingdata as string = Comport.ReadLine()

thanks sir for guiding me
i pic ur point but i m still new to the veb
actually i make a project in which i take the data (from mobile modem or to send data to mobile modem from vb)
how can i do that the seting to com port and other parameters can u give more hints , how to send and take data sentax etc
i hope u reply me
again thanks sir
im wating 4 ur reply

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.