|
-
Feb 23rd, 2000, 04:16 AM
#1
Thread Starter
Lively Member
How do I output information to a hardware and Input ?
Edited by Zleepy on 02-24-2000 at 03:36 PM
-
Feb 23rd, 2000, 04:26 AM
#2
Member
What do you mean? RS-232 serial port?
-
Feb 24th, 2000, 03:35 AM
#3
Thread Starter
Lively Member
Like I type the hardware's I/O Adress, and then it will send information to the hardware, like:
OutHW &H3F8, "ThisInfoToSend"
Or, how do I make a terminal program, send information like ATZ
ATDT
And stuff like that to a modem ??
-
Mar 3rd, 2000, 01:06 PM
#4
New Member
Well you could use a shareware DLL by the name of win95io.dll which allows you to send recieve data to LPT1 , i controlled a remote control car from it and it works fine.
-
Mar 3rd, 2000, 04:43 PM
#5
Hyperactive Member
I've answered this a few times about accessing the parallel port and serial port. Search for it.
-
Jun 5th, 2000, 02:29 AM
#6
New Member
Win95io.dll
I am trying to make a program in vb like a laplink program or if you like a direct cable connection program could you please help or give me some code i can use win95io.dll but it sends it to the port and not down the cable to the other computer
thanx Paul Roseby
Please E-Mail Me Back!!! at [email protected]
-
Jun 5th, 2000, 08:45 AM
#7
PowerPoster
Modem
Send AT command to a modem just as easy as 123. All you need to do is to made sure you have open the serial port where your modem is connected.
Then just use the following MSComm object properties to send the data out.
Code:
MSComm1.Output = "ATZ" & vbCr
But made sure you have add the Carriage Return (vbCr) after each AT command that you've issue.
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
|