|
-
Nov 4th, 2008, 10:40 AM
#1
Thread Starter
Member
MSComm Question
I have written an application in which I use a MSComm control to communicate with a serial device. The default setting for the inputbuffersize is 1024 bytes. I open the port without altering this property. When I read the input buffer, my application inputs 4096 bytes. Before reading the buffer (using .Input), I break in my code and double-check the properties. .InBufferSize is 1024 and .InBufferCount is 4096.
Why is this happening?
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
|