 |
|
|
Topic: Input Buffer Length
|
By: CF | Posted on: Mar 18 2016 at 09:13:48 PM | The MSCOMM in VB6 uses Integer for InBufferSize and InBufferCount properties, which limits the buffering to 32767 characters.
Does SComm32 use Long for those 2 properties so that I can set the depth to 65538 characters?
| |
By: Support | Posted on: Mar 18 2016 at 10:13:52 PM | Sorry. int.
If you need bigger then create your own buffer in your application and use the OnComm event to shift data out of the com port buffer into your own. | |
|