cdholding image

comm32 home
comm32 forum
buy comm32

Introduction
Install SComm32
Why Not MsComm?

Properties
   .Break
   .CDHolding
   .CommEvent
   .CommName
   .CommPort
   .CTSHolding
   .DSRHolding
   .DTREnable
   .EOFChar
   .EOFEnable
   .Handshaking
   .InBufferCount
   .InBufferSize
   .Input
   .InputLen
   .InputMode
   .NullDiscard
   .OutBufferCount
   .OutBufferSize
   .OutPut
   .OverlappedIO
   .ParityReplace
   .PortOpen
   .RThreshold
   .RTSEnable
   .Settings
   .STHreshold

OnComm Event
Hardware/Cables etc

InbufferCount

Retrieves the number of bytes in the receive buffers.

Not available at design time.

         Syntax value = object.InbufferCount
     
  object Name of the communications control.
  value A numerical expression indicating the number of bytes in the receive buffer.
     
  Examples Text1.Text = object.InbufferCount '// Retrieves the number of bytes
'// in the buffer
       
    object.InbufferCount = 0 '// Deletes all data from the buffer
       

Remarks:

You can not 'Write' any value to this property except 0 (zero) which deletes all data from the receive buffer. Setting any other value causes an error.

 

 
32bit development in VB6 using the Comm32 Communications OCX ?

Or are you looking for a proper .Net Component ?

Carry on using most of the common and well documented MSComm32 syntax but with a proper .net component allowing you to build x86, x64 and AnyCPU projects using Visual Studio 2005, 2008 and 2010.

www.Comm64.com
The x86, x64 and AnyCPU
Serial component

 

 

Copyright (c) 2010 Axis Controls Ltd