Search found 13 matches

by psorek
26 Feb 2012, 09:14
Forum: Mindstorms Software
Topic: c++ bluetooth nxc comunication library
Replies: 8
Views: 9465

Re: c++ bluetooth nxc comunication library

Yeah, it works now. Someone should improve it.
by psorek
26 Feb 2012, 08:18
Forum: Mindstorms Software
Topic: c++ bluetooth nxc comunication library
Replies: 8
Views: 9465

Re: c++ bluetooth nxc comunication library

It is not nice. How can i install ONLY Visual C++ compiler? w/o IDE?
by psorek
25 Feb 2012, 14:35
Forum: Mindstorms Software
Topic: c++ bluetooth nxc comunication library
Replies: 8
Views: 9465

Re: c++ bluetooth nxc comunication library

problem is when:

Code: Select all

class xyz
{
    xyz::methode (..);
}
which is used in all of the library. Do i have strange version of compiler, or it is uncompatible with c++ standard?
by psorek
25 Feb 2012, 14:13
Forum: Mindstorms Software
Topic: c++ bluetooth nxc comunication library
Replies: 8
Views: 9465

Re: c++ bluetooth nxc comunication library

what version of gcc do you use and what compile flags?
by psorek
25 Feb 2012, 13:24
Forum: Mindstorms Software
Topic: c++ bluetooth nxc comunication library
Replies: 8
Views: 9465

Re: c++ bluetooth nxc comunication library

CodeBlocks with g++ for windows. Error: C:\Users\psorek\Desktop\NXT Ploter\GRRRR\sound.h|35|error: extra qualification 'Sound::' on member 'Sound'| C:\Users\psorek\Desktop\NXT Ploter\GRRRR\sound.h|40|error: extra qualification 'Sound::' on member 'Sound'| C:\Users\psorek\Desktop\NXT Ploter\GRRRR\sou...
by psorek
25 Feb 2012, 08:36
Forum: Mindstorms Software
Topic: c++ bluetooth nxc comunication library
Replies: 8
Views: 9465

c++ bluetooth nxc comunication library

I have to send some simple informations (probably strings) from computer (program in C++) to NXT.
http://www.norgesgade14.dk/bluetoothlibrary.php
doesn't work, (compilation problems) and i haven't found another. May i please a link, best with simple tutorial in?
by psorek
18 Feb 2012, 22:29
Forum: Mindstorms Software
Topic: NXC, computer and bluetooth
Replies: 1
Views: 2440

NXC, computer and bluetooth

I need to write a console application. It has to read a string from user, make some operations and send another string to NXC. (it will do something and wait for next instructions) I have no idea how to do it, but i prefer writing in c++. Linux or windows, doesn't mind. Is it possible?
by psorek
17 Feb 2012, 20:14
Forum: Mindstorms Software
Topic: NXC - motors synchronization
Replies: 12
Views: 8586

Re: NXC - motors synchronization

Yeah, it works!
I have next question: How to make motors stop more smoothly, but with using RotateMotor() function? I don't want OnFwd() and Float ().

i am not sure, but it can be something with PID what is it and how works?
by psorek
15 Feb 2012, 16:16
Forum: Mindstorms Software
Topic: NXC - motors synchronization
Replies: 12
Views: 8586

Re: NXC - motors synchronization

I didn't have many time for trying this since last post, but now i am sure I know how. Thanks for help!
by psorek
12 Feb 2012, 21:22
Forum: Mindstorms Software
Topic: NXC - motors synchronization
Replies: 12
Views: 8586

Re: NXC - motors synchronization

It was only part of code. I have to read about "Follows" function. I think so i know why it didn't work.