Pergunta

I want to do some programming for Xbee, for this i have found a nice library namely the: libXbee. This library can be found here: Link. But i can't find a way to use the library with MinGw and eclipse. Is there anyone how has used the libxbee library that can give me some pointers on how to do this? Or what is a good alternative? All suggestions are welcome!

Foi útil?

Solução

Now that's unfair - I offered you lots of pointers as to where to start with porting it, it already compiles and runs on Windows (using Microsoft's toolchain) and I even said I might be able to have a look at it for you this weekend!...

Outras dicas

You might want to take a look at my ANSI C XBee Host Library on GitHub instead, it includes more features and natively supports MinGW for the programs in samples/win32. You can also use Cygwin for samples/posix, and it supports some embedded platforms as well.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top