Search found 15 matches

by MIKE_31
Thu Jul 24, 2008 12:56 am
Forum: Bugs / Application Errors
Topic: new compiler
Replies: 1
Views: 2565

new compiler

Hi,

I just want to know if it is possible in flowcode to compil a new project not with sourceboost but with CCS compiler ?

MIKE_31
by MIKE_31
Fri Jul 11, 2008 12:26 am
Forum: Suggestions
Topic: USB component for PIC18F
Replies: 1
Views: 6144

USB component for PIC18F

Hi all Matrixmultimedia developpers, My suggestion is to develop a new component for easy use USB implemented in PIC 18F4550 for example. USB Component could be a easy way to develop application to read and write value between PC and PIC (in bulk mode) with real USB and not through the RS232/USB. re...
by MIKE_31
Thu Jul 03, 2008 9:25 am
Forum: Components (Comms)
Topic: ECIO and use of USB in Flowcode
Replies: 18
Views: 21456

Re: ECIO and use of USB in Flowcode

Hi all,

What is the flowcode HID USB example use for ? If i download it in the PIC ,how can i use it ? which connection i need ?

MIKE
by MIKE_31
Thu May 15, 2008 4:30 pm
Forum: Flowcode V2 & V3
Topic: USB of PIC 18F4550
Replies: 5
Views: 6700

Re: USB of PIC 18F4550

Thank Steve,

MIKE
by MIKE_31
Thu May 15, 2008 1:07 pm
Forum: Flowcode V2 & V3
Topic: USB of PIC 18F4550
Replies: 5
Views: 6700

USB of PIC 18F4550

Hello,

I want to communicate with PIC18F4550 with it's USB interface.
Is there any specific Component to have direct access of USB (like RS232 component ) in Flowcode ?
Someone has a exemple to program USB of PIC18F4550 ?

Thanks.


MIKE
by MIKE_31
Thu Feb 14, 2008 1:19 pm
Forum: Flowcode V2 & V3
Topic: Pulse on Port B
Replies: 1
Views: 2435

Pulse on Port B

Hi all, I want to simulate Push Button with a PIC and control it by RS232.(Letter 'A' shall put the Bit 2 of port B to low during 200ms) In attached below you can see an extract of by file. My problem is that the delay of 200ms is not respected. If i send quickly Letter 'A' the delay is shorter than...
by MIKE_31
Wed Feb 13, 2008 3:05 pm
Forum: Electronics products
Topic: PUSH BUTTON Simulation
Replies: 2
Views: 5053

Re: PUSH BUTTON Simulation

Thanks a lot for you reply Sean,

I will try to test my circuit directly with the PIC.


MIKE
by MIKE_31
Wed Feb 13, 2008 12:05 pm
Forum: Electronics products
Topic: PUSH BUTTON Simulation
Replies: 2
Views: 5053

PUSH BUTTON Simulation

Hi, My project consist in replace 8 push buttons of my card by a PIC to simulate those push buttons and controlled it by RS232. I use PORT B of my PIC and I just want to know if i need to use a "intermediate" circuit (like ULN2803 ie) to interface to my card or can i connect my PIC directly. (my car...
by MIKE_31
Mon Dec 03, 2007 3:53 pm
Forum: Flowcode V2 & V3
Topic: Compil error in Code C
Replies: 3
Views: 3174

Hello, Yes a use Flowcode V3 Professionnal, This code is in a file bintodec.c ,I added char BIN_TO_DEC(char IN); to the definition and #include "bintodec.c" in the suppementary code. I went to use this code like a function in My main program like: FCV_B = bintodec(FCV_data); (data = string and B as ...
by MIKE_31
Mon Dec 03, 2007 2:10 am
Forum: Flowcode V2 & V3
Topic: Compil error in Code C
Replies: 3
Views: 3174

Compil error in Code C

I am beginner in language C I create a function to translate string (ex:"10110") in a integer ,but compilation is on error in the first line: bintodec.c(1): error: missing semicolon bintodec.c(1): error: failure here is by function : int Bintodec (char* IN) { char I; char X; int RESULT; char LEN; ch...
by MIKE_31
Thu Nov 29, 2007 11:56 pm
Forum: Flowcode V2 & V3
Topic: C CODE doesn't work with V3
Replies: 4
Views: 4059

re POW in C Code

Yes Benj,

Thank a lot,It's better using hardware.......

I have a other question :

Is it possible to have the function pow(x,y) in flowcode ??
If i use it I have a message error ?
How can i use X^Y ??

Thank for you replay........


Mike
by MIKE_31
Wed Nov 28, 2007 3:33 am
Forum: Flowcode V2 & V3
Topic: C CODE doesn't work with V3
Replies: 4
Views: 4059

C CODE doesn't work with V3

Hi, I write this following program but the C Code doesn't work LCD display always "48' why ?? Thank ---------------------------------------- //Appel de la Routine Composant Appel de la Routine Composant: LCDDisplay(0)::Init ---------------------------------------- -----------------------------------...
by MIKE_31
Tue Aug 21, 2007 3:54 pm
Forum: Flowcode V2 & V3
Topic: TIMER and PIC 16F877A
Replies: 7
Views: 8394

TIMER and PIC 16F877A

Hello,

How can I send you my file ?


Mike
by MIKE_31
Fri Aug 17, 2007 1:00 pm
Forum: Flowcode V2 & V3
Topic: TIMER and PIC 16F877A
Replies: 7
Views: 8394

TIMER and PIC 16F877A

Thank you for you reply Benj, I try to do the same program with 20MHz crystal,but it doesn't work . I don't know why ;With 20MHz each instruction take 0.2us Right ? For my capture, the delay between two bit is 80us ,So why PIC don't have enough time to execute a read of PORTB ,tranfert it in a text ...
by MIKE_31
Wed Aug 08, 2007 2:50 pm
Forum: Flowcode V2 & V3
Topic: TIMER and PIC 16F877A
Replies: 7
Views: 8394

TIMER and PIC 16F877A

Hello, I'm a new user of Flowcode. PIC use : 16F877A. XTAL Frequency : 4MHz prescalaire to 16 I need to capture data bus on RB4 composed by word of 32 bits of 12.5Khz .Each Word are tranmit every 300ms. But as i don't have any synchronisation or bit start and bit stop ,I use a second bus connected o...