|
-
Dec 23rd, 2002, 08:15 PM
#1
Thread Starter
Addicted Member
comm ports
Just a quick question!
Is the use of comm ports and printer port to hard for a Beginner ??? I have an Eeprom Programmer that I would like to write a Windows interface for.
Thanks!!
-
Dec 23rd, 2002, 09:07 PM
#2
Junior Member
try to use MSComm control in VB...
-
Dec 23rd, 2002, 09:45 PM
#3
I don't believe VB provides any native support for accessing the parallel ports other than accessing them as files, ie Open LPT1: For Output As #1 etc. You can then write data directly to the LPT port using the normal file I/O statements eg, Print #1, ...blah blah
On the other hand, the MSComm control that comes with VB gives you good access to the serial ports. If you're reasonably familiar with RS232 concepts, you shouldn't have too much trouble using this.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|