|
-
Jan 21st, 2003, 01:24 PM
#1
Thread Starter
Lively Member
new to vb.net and problems with RS232
I'm using an RS232 Class I found, the problem lies with the objRS232.Write()
I want to send a string as in objRS232.Write ("D" & chr(20))
The intellisense tells me that
objRS232.Write is expecting Buffer() as byte
objRS232(Buffer as byte())
Can anyone tell me how to send my charactor string as byte
thx Gregg
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
|