Thanks...
Does the native serial communications class in your book work on CE.NET?
Does it expose the same properties (capabilities) of MSComm?
Cheers
Daniel
PS These are the properties (along with the OnComm event that we use)...
CommPort : Integer
Settings : String (baud rate, parity, data bit & stop bit params)
PortOpen : Boolean
Input : Variant
Output : Variant
RTSEnable : Boolean
DTREnable : Boolean
CDHolding : Boolean
CommEvent : Integer (OnCommConstants)
.NullDiscard = False
.OutBufferSize = 1000
.ParityReplace = ""
.InBufferSize = 30000
.EOFEnable = False
.Handshaking = comRTS
.InputLen = 0
.InputMode = comInputModeText
.RThreshold = 1
Quote:
> Hi,
> You can download NETComm.ocx from my homepage. It is free, with no
> restrictions. It provides all of MSComm32's features.
> If you want VB.NET code, I have a native serial communications class and
> example code in my book. See below.
> --
> Richard Grier (Microsoft Visual Basic MVP)
> Hard & Software
> 12962 West Louisiana Avenue
> Lakewood, CO 80228
> 303-986-2179 (voice)
> 303-986-3143 (fax)
> Leave voice mail or fax that I can receive as email at 303-593-9315
> Author of Visual Basic Programmer's Guide to Serial Communications, 3nd
> Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
> For information look on my homepage at http://www.hardandsoftware.net.
> Use the Books link to order. For faster service contact the publisher at
> http://www.mabry.com/vbpgser .