Search found 7 matches

by de fre
Wed May 30, 2007 5:02 pm
Forum: Flowcode V2 & V3
Topic: Serial RS232 signal to parallel...
Replies: 4
Views: 4986

All you have to do is replace your C code block with an Output Block which writes the value in RETVAL to portb. If you wish to use the C cde icon then you can do something similar to this. portb = FCV_RETVAL; This will assign the value in the Flowcode variable RETVAL to portb as far I can see now w...
by de fre
Wed May 30, 2007 4:02 pm
Forum: Flowcode V2 & V3
Topic: Serial RS232 signal to parallel...
Replies: 4
Views: 4986

Hello I have created a program to do this. What you need to do is something similar to the following. First you must create a byte variable in flowcode named RETVAL. Loop while 1 { RETVAL = Receive RS232 timeout of 100 Output PortB RETVAL } I just need to put this in the c code object so the other ...
by de fre
Wed May 30, 2007 1:29 pm
Forum: Flowcode V2 & V3
Topic: Serial RS232 signal to parallel...
Replies: 4
Views: 4986

Serial RS232 signal to parallel...

I want to recive a rs232 signal with my UART into my pic and send it back parallel out... So I want to send a parallel signal out of a rs232 serial signal. So I need to put every bit of the rs232 8bit signal on to an other output of port B... I only got flowcode v2 and I know a little bit of c-code;...
by de fre
Sat Mar 17, 2007 3:54 am
Forum: Flowcode V2 & V3
Topic: serial to parallel converter...
Replies: 0
Views: 3119

serial to parallel converter...

I tried to make a program to recive a rs232 signal and send it back out to a parallel signal... (with a pic 16f877) here is my program that I made... http://img457.imageshack.us/img457/4342/dsdti1.jpg it look right but it doesn't work... can some 1 help me pleas? I need it really bad and fast... thx...
by de fre
Sun Nov 26, 2006 6:55 pm
Forum: Flowcode V2 & V3
Topic: Flowcode
Replies: 2
Views: 3825

LOL!!!!!!!!!!!!!!!!!!!!!!!!

I need to speak here english 2 and I am dutch
by de fre
Sun Nov 26, 2006 6:54 pm
Forum: Flowcode V2 & V3
Topic: rs232
Replies: 7
Views: 7973

I tryed it 2 but I con't load it in the pic he said that I used a worng c command... (I did it with flowcode)
but I only used the diagrams and the rs232 macro
by de fre
Sat Nov 25, 2006 3:24 am
Forum: Flowcode V2 & V3
Topic: rs232
Replies: 7
Views: 7973

hey steve...
I need to do the same for school work
(I need to mike a little shift register for reading parallel signals in and send it seriel out...)

dous your program work in flowcode?
can you send the file pleas?

very thx...