OpenComPort CTS/RTS

Everything else that doesn't fall into one of the other PB categories.
AngelSoul
User
User
Posts: 55
Joined: Tue Jul 29, 2003 9:16 am
Location: Canada

OpenComPort CTS/RTS

Post by AngelSoul »

Is there a way to set the CTS & handshake to "comRTS" like in the mscomm control from VB?
AMD 1.8 - 512mb - ATI All-In-Wonder Radeon 9000 pro - W2k Pro
BASIC programmers never die, they just return without gosub.
Fred
Administrator
Administrator
Posts: 18350
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

There is a COM library written by Marc somewhere which has all needed functions.
AngelSoul
User
User
Posts: 55
Joined: Tue Jul 29, 2003 9:16 am
Location: Canada

Post by AngelSoul »

I know, it's a great lib but i need to be able to send NULL chars, i tried playing with pointers but i think only strings are allowed as parameter.

I just need to know how to set it correctly , i checked @ msdn but it doesn't work even if i enable it.
AMD 1.8 - 512mb - ATI All-In-Wonder Radeon 9000 pro - W2k Pro
BASIC programmers never die, they just return without gosub.
AngelSoul
User
User
Posts: 55
Joined: Tue Jul 29, 2003 9:16 am
Location: Canada

Post by AngelSoul »

I managed to find it :)

Thanks for the reply
AMD 1.8 - 512mb - ATI All-In-Wonder Radeon 9000 pro - W2k Pro
BASIC programmers never die, they just return without gosub.
clipper
User
User
Posts: 44
Joined: Fri Aug 29, 2003 7:47 am
Location: Germany

Post by clipper »

AngelSoul wrote:I know, it's a great lib but i need to be able to send NULL chars, i tried playing with pointers but i think only strings are allowed as parameter.
I wrote this problem to Marc.
He answered that he expands his great MVCom Library with the
two functions
ComOutputChar(Hcom.l,Data.b)
ComInputChar(Hcom.l,Data.b)
to send and receive CHR(0)
AngelSoul
User
User
Posts: 55
Joined: Tue Jul 29, 2003 9:16 am
Location: Canada

Post by AngelSoul »

Excellent!

When will it be done? :D
AMD 1.8 - 512mb - ATI All-In-Wonder Radeon 9000 pro - W2k Pro
BASIC programmers never die, they just return without gosub.
Post Reply