MVCOM - The communication Library

Developed or developing a new product in PureBasic? Tell the world about it.
Marc
User
User
Posts: 28
Joined: Mon Jun 16, 2003 9:02 pm
Location: Paris - Villemer
Contact:

MVCOM - The communication Library

Post 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
Marc from PARIS - MVCOM Library
User avatar
Falko
Enthusiast
Enthusiast
Posts: 271
Joined: Sat Oct 04, 2003 12:57 pm
Location: Germany
Contact:

Post by Falko »

Thank's Marc 8)

Regards

Falko
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Thanks :) .
bye,
Daniel
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Merci Marc !
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

Good news, thank you very much :P
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

Thank's Marc :arrow: i will test your new lib right now :shock:
aaron
Enthusiast
Enthusiast
Posts: 267
Joined: Mon Apr 19, 2004 3:04 am
Location: Canada
Contact:

Post by aaron »

Nice! I use this lib all the time.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Thank you :) 8)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Post Reply