Help Files

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
PINTO
Flowcode v5 User
Posts: 71
Joined: Fri Nov 03, 2006 2:28 pm
Location: RSA
Been thanked: 1 time
Contact:

Help Files

Post by PINTO »

Hi Steve,

Do you have any help files on components such as RS232, CAN, etc, etc, etc explaining the workings of the macro?


Regards



Pinto

User avatar
Steve
Matrix Staff
Posts: 3422
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Post by Steve »

The help files for these components are installed in the wrong place. To rectify this, you should move them from the "components" subdirectory to the directory of the actual "flowcode.exe" file (i.e. up one directory level).

Alternatively, you can run these help files directly by double-clicking them.

I have almost finished an updated installation of flowcode v3 which (amongst other things) fixes the slow compile time bug and puts these help files in the correct location.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Post by Benj »

Using Flowcode 3 you can simply add the component you want to view, compile to C and then view the C code you can see how the component macros are put together. There are some comments to guide you through what is happening at the major parts of the component drivers.

Post Reply