Can you give an example or the structure of your library? How must you write a function that send informations on the chosen port? Lee McColl Sylvester wrote: > As a starter, I'd look to writing to streams. Often, writing to hardware is very similar to writing to files and uses the same functions in many languages, such as C++ and Java. > > Lee >