Search found 2 matches

by delpenton
05 Nov 2010, 15:26
Forum: Mindstorms Software
Topic: NXC and C programming communication
Replies: 9
Views: 12359

Re: NXC and C programming communication

Thanks for your answers. That wrapper library looks perfect for what I need. To that end I downloaded the Lego bluetooth SDK and I've been trying to build the main.cpp example using mingw since my VC++ express edition expired. I was able to compile it after I tweaked the fantom/platform.h file to su...
by delpenton
01 Nov 2010, 18:28
Forum: Mindstorms Software
Topic: NXC and C programming communication
Replies: 9
Views: 12359

NXC and C programming communication

I am running a cpu intensive algorithm written in C on my pc. The program will get inputs from the NXT, and the pc will compute and provide the result back to it. I thought about using bluetooth for this purpose. Is there an NXT-like bluetooth library that I can use in C to communicate with the NXT?...