hello
I have to dial a telephone number using the com1
Using comport As SerialPort My.Computer.Por ts.OpenSerialPo rt = ( "COM1", 2400)
comPort.DtrEnab le = True
comPort.Write (206-555-1000 ATDT "& vbCrLf)
'All data transfer code goes here.
End Using
this works, but how can I be another computer lan
thanks
Ilario
I have to dial a telephone number using the com1
Using comport As SerialPort My.Computer.Por ts.OpenSerialPo rt = ( "COM1", 2400)
comPort.DtrEnab le = True
comPort.Write (206-555-1000 ATDT "& vbCrLf)
'All data transfer code goes here.
End Using
this works, but how can I be another computer lan
thanks
Ilario