borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (How to control a client computer? Help!)Next Topic (Data Control / Access 2000 ) New Topic New Poll Post Reply
AndreaVB Forum : VB General : How to read Com port data
Poster Message
bdesh_tiger
Level: Guest


icon How to read Com port data  Archived to Disk

How can i read data from com port.

From definity system (AT&T PABX) data coming to billing computer. I am trying to develop a telephone billing software. How can i read data from the COM port 1 and save it access or text file format?

Please help....

21-05-2002 at 07:54 PM
| Quote Reply
bdesh_tiger
Level: Guest

icon Re: How to read Com port data  Archived to Disk

So far, no one replied me. Can someone help me!!!  

I want to get data from com port 1 and save it to access file then clear the buffer.

I want to develop telephone billing software. please help or give me some references?

23-05-2002 at 07:22 PM
| Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1617
icon Re: How to read Com port data  Archived to Disk

I've never tried to read from com ports, but here's something that may help:

1) See if the MSComm1 control (MS COMM Control 6.0) can work. Never used it, but it may allow you to "listen" to different ports.

[from MSDN for an example]
PortOpen Property Example
The following example opens communications port number 1 at 9600 baud with no parity checking, 8 data bits, and 1 stop bit:

MSComm1.Settings = "9600,n,8,1"
MSComm1.CommPort = 1
MSComm1.PortOpen = True

2) lookup on the internet ways to communicate with a modem, it uses a comm port, so it may be of some use.

23-05-2002 at 08:32 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : VB General : How to read Com port data
Previous Topic (How to control a client computer? Help!)Next Topic (Data Control / Access 2000 ) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder