|
-
Nov 14th, 2005, 10:58 AM
#1
Thread Starter
Junior Member
Error occurred Read Timeout. data fetched:
pls helppp
-
Nov 14th, 2005, 11:12 AM
#2
Hyperactive Member
Re: Error occurred Read Timeout. data fetched:
a little more infomation might help. for instance, the exact error message, the code block etc...
"The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.
Windows & Web Developer
Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
Sutherland Shire, Sydney Australia
www.stingrae.com.au
Developer of Arnold - Gym & Martial Arts Database Management System
www.gymdatabase.com.au
-
Nov 14th, 2005, 11:20 AM
#3
Thread Starter
Junior Member
Re: Error occurred Read Timeout. data fetched:
Try
moRS232.Read(16)
txtread.Text = moRS232.InputStreamString
Catch Ex As Exception
Dim m As Char
m = moRS232.InputStreamString
txtread.Text = "Error occurred " & Ex.Message & " data fetched: " & m
End Try
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
|