Search found 7 matches
- Wed May 30, 2007 5:02 pm
- Forum: Flowcode V2 & V3
- Topic: Serial RS232 signal to parallel...
- Replies: 4
- Views: 5161
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...
- Wed May 30, 2007 4:02 pm
- Forum: Flowcode V2 & V3
- Topic: Serial RS232 signal to parallel...
- Replies: 4
- Views: 5161
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 ...
- Wed May 30, 2007 1:29 pm
- Forum: Flowcode V2 & V3
- Topic: Serial RS232 signal to parallel...
- Replies: 4
- Views: 5161
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;...
- Sat Mar 17, 2007 3:54 am
- Forum: Flowcode V2 & V3
- Topic: serial to parallel converter...
- Replies: 0
- Views: 3216
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...
- Sun Nov 26, 2006 6:55 pm
- Forum: Flowcode V2 & V3
- Topic: Flowcode
- Replies: 2
- Views: 4077
- Sun Nov 26, 2006 6:54 pm
- Forum: Flowcode V2 & V3
- Topic: rs232
- Replies: 7
- Views: 8727
- Sat Nov 25, 2006 3:24 am
- Forum: Flowcode V2 & V3
- Topic: rs232
- Replies: 7
- Views: 8727