MVCOM - The communication Library
Posted: Wed Mar 22, 2006 12:29 am
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
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