Page 1 of 1

MVCOM - The communication Library

Posted: Wed Mar 22, 2006 12:29 am
by Marc
I'm happy to confirm that MVCOM is V4 compatible.

As we'll have to modify our sources code with the new PB V4, I decided to add some functions and to get read and write functions more simple. I mean one function to read and one to write.

The following changes:

Added Functions:

ComSetTimeouts() to set the communication times out
ComGetCommError() to get a communication error if available
ComWrite() to wrtite data to an opened port
ComRead() to read data from an opened port

Removed functions:

ComInput()
ComInputAll()
ComOutput()
ComSendByte()
ComReadByte()

All these functions are replaced by ComRead() and ComWrite()

To download: http://perso.wanadoo.fr/marc.vitry/purebasic

The old library and the new one are available from download page. Of course the both lib are V4 compatible.

For any question please contact me

Regards

Posted: Wed Mar 22, 2006 1:35 am
by Falko
Thank's Marc 8)

Regards

Falko

Posted: Wed Mar 22, 2006 6:44 am
by DarkDragon
Thanks :) .

Posted: Wed Mar 22, 2006 8:41 am
by gnozal
Merci Marc !

Posted: Wed Mar 22, 2006 9:04 am
by Flype
Good news, thank you very much :P

Posted: Wed Mar 22, 2006 12:03 pm
by ABBKlaus
Thank's Marc :arrow: i will test your new lib right now :shock:

Posted: Wed Mar 22, 2006 1:12 pm
by aaron
Nice! I use this lib all the time.

Posted: Wed Mar 22, 2006 3:10 pm
by Psychophanta
Thank you :) 8)