Search found 21 matches

by cpp4robots_admin
05 Mar 2021 07:55
Forum: CPP4ROBOTS
Topic: Feature request: connected motor/sensor detection
Replies: 1
Views: 1477

Re: Feature request: connected motor/sensor detection

Hi,
This seems like an interesting topic.
We will try to add detection of connected devices at runtime.
But I am not sure if that is possible.
In any case, thank you for this interesting request.

Cpp4Robots Support
by cpp4robots_admin
19 Feb 2021 07:39
Forum: CPP4ROBOTS
Topic: Timer Example
Replies: 4
Views: 2477

Re: Timer Example

I'm sorry, but I don't know.
I don't know any tool to find out if our application in EV3 brick uses the processor at 100%.
I don't know if other applications in EV3 brick are affected(slow down) by our process.

In any case, it is a very interesting topic for discussion.
by cpp4robots_admin
16 Feb 2021 08:38
Forum: CPP4ROBOTS
Topic: Timer Example
Replies: 4
Views: 2477

Re: Timer Example

#include <EV3_Timer.h> #include <EV3_BrickUI.h> #include <EV3_LCDDisplay.h> int EV3_main() { using namespace ev3_c_api; T_TimerId idTimer = Timer_Start(); while ( 1 ) { if ( isBrickButtonPressed(E_BTN_ESC) ) break; Draw_Text(3, E_Font_Normal, false, "Elapsed time:"); Draw_Text(4, E_Font_N...
by cpp4robots_admin
10 Feb 2021 08:30
Forum: CPP4ROBOTS
Topic: Motor Busy with 2 motors not working?
Replies: 3
Views: 1204

Re: Motor Busy with 2 motors not working?

We prefer this forum for report of bugs.
We think topic per bug is better and clearer for us.
Thanks.
by cpp4robots_admin
10 Feb 2021 08:01
Forum: CPP4ROBOTS
Topic: Motor Busy with 2 motors not working?
Replies: 3
Views: 1204

Re: Motor Busy with 2 motors not working?

Looks like a bug.
We take a look at it.

Sorry, we focus mainly on development and we do not have enough time for testing.
Therefore, it is possible that there are some bugs in the API.
Thank you very much for their discovery and description.

Cpp4Robots Support
by cpp4robots_admin
20 Jan 2021 12:19
Forum: CPP4ROBOTS
Topic: VS 2019 Project Template not found
Replies: 5
Views: 1720

Re: VS 2019 Project Template not found

Hi,

We are pleased that the repair was successful.

You can tell us exactly which way was right and which was wrong.
Thank you very much.

Cpp4Robots Support
by cpp4robots_admin
19 Jan 2021 13:38
Forum: CPP4ROBOTS
Topic: VS 2019 Project Template not found
Replies: 5
Views: 1720

Re: VS 2019 Project Template not found

1. Can you see this zip file? c:\Users\<user>\Documents\Visual Studio 2019\Templates\ProjectTemplates\Cpp4Robots\Lego\LegoEV3.zip 2. Can you select these options when creating a new project? Language: C++ Platform: Lego Mindstorms Project type: Cpp4Robots vs2.png 3. You can start Visual Studio with ...
by cpp4robots_admin
19 Jan 2021 08:10
Forum: CPP4ROBOTS
Topic: VS 2019 Project Template not found
Replies: 5
Views: 1720

Re: VS 2019 Project Template not found

Hi, can you check if " Desktop development with C++ " is included in your Visual Studio installation? Start Visual Studio Installer(C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe) Press the button " Modify " Check the component " Desktop developmen...
by cpp4robots_admin
15 Jan 2021 08:05
Forum: CPP4ROBOTS
Topic: LCD Display
Replies: 1
Views: 960

Re: LCD Display

Hi Dave, We thank you again for other useful observations. We will probably prepare a Draw_Points function that will draw a set of points. Hopefully it will be much faster. do you know how .rgf images are encoded? We also do not know the encoding of rgf files. It is not impotant for us. :) Cpp4Robot...
by cpp4robots_admin
27 Dec 2020 09:25
Forum: CPP4ROBOTS
Topic: Motors
Replies: 3
Views: 1290

Re: Motors

Hi Dave,

Thank you for your other notice.
We will add this issue with function isMotorBusy to our plan for the next release.
How do I know when a new version is released?
Visual studio should notify you that a new version of Cpp4Robots is available.

Cpp4Robots Support