M
Mr. X.
Hello.
How can I use MSComm & RichText components on Visual studio 2008 (VB.NET).
Thanks
How can I use MSComm & RichText components on Visual studio 2008 (VB.NET).
Thanks
Mr. X. said:Hello.
How can I use MSComm & RichText components on Visual studio 2008 (VB.NET).
Mr. X. said:What library should I include in references ?
(What is the library description ?)
Also What should I use instead of richtxt ?
Mr. X. said:1) About the new system.io.ports.SerialPorts, it not the same as the old
comm contrrol.
I used before (and I would like to know what is the equivalent for VS NET)
the following properties :
commPort
SThreshold
RThreshold
Setting
OutBufferSize
InputMode
OutBufferCount
Handshaking, also : comXOnXOff, comRTS.
(I am using the RS232).
2) For RichTxt - I don't need something else, but when upgrading it wasn't
compatible to old one.
Mr. X. said:I found for portname, baudRate, Parity, and other properties, but for :
SThreshold, handshake - I didn't find any equivalent properties ...
Mr. X. said:The properties that are still misunderstood due compitablity :
SThreshold
OutBufferCount
BytesToWrite
BytesToRead
InputMode = comInputTextMode
What are the equivalent properties for DOT.NET ?