Search found 71 matches

by PINTO
Sat Mar 10, 2007 11:14 am
Forum: Flowcode V2 & V3
Topic: Posting Flowcode Code for discussion
Replies: 1
Views: 2935

Posting Flowcode Code for discussion

Hi Steve, I have a suggestion that could be beneficial for all the members on the forum. If you could dedicate a section of the forum were the members could post the actual Flowcode code for other memebers to open and run with flowcode3 and reply with they suggestions. In this way we could evaluate ...
by PINTO
Sat Mar 10, 2007 10:38 am
Forum: Flowcode V2 & V3
Topic: RS-232 Flowcode Example?
Replies: 5
Views: 8818

Hi, If you look in this forum for a heading "RS232 Parity Bits" you will find a lot of helpfull info form Steve and Benj regarding RS232 Comm's. I find Hyperterminal not very helpfull. I use Serial Port Monitor From Eltima it's a very good tool to debug Comm's. http://www.eltima.com/purchase/serial-...
by PINTO
Fri Mar 09, 2007 8:06 pm
Forum: Flowcode V2 & V3
Topic: PWM component is almost ready
Replies: 16
Views: 13439

Hi Steve,

I'm trying to convert a value into a frequency (0 to 100Khz) to output to VFC (LM331) via an optocoupler and get a 0 to 10v output.

It would be a good chance for me to try the PWM component.

Would it be possible to have a copy of the component?

Regads



Pinto
by PINTO
Wed Feb 28, 2007 5:12 pm
Forum: Flowcode V2 & V3
Topic: Webserver macro not initializing
Replies: 1
Views: 2845

Webserver macro not initializing

Hi Benj, I finished with the rs232 project and works quit nicely. I manage to get the for processors exchanging data and doing all other things. Thanks I'm now starting to experiment with the Webserver component. I created a new flowcode project and placed the webserver component on the work sheet a...
by PINTO
Thu Feb 22, 2007 2:42 pm
Forum: Flowcode V2 & V3
Topic: RS232 Parity Bits
Replies: 14
Views: 15734

Hi Benj, Thanks for your help but once again I need ti pick your brain..... I've wrote the flowcode program with the code as per your suggestions and compiled it and run it on my simulator and worked ok. I've 4 PIC's 16F628 running and communicating with each other and simulate ok but when I program...
by PINTO
Thu Feb 15, 2007 9:28 am
Forum: Flowcode V2 & V3
Topic: RS232 Parity Bits
Replies: 14
Views: 15734

Good morning Benj, I'm now one step up and experimenting with your code. I can send code eg. SendRS232Char(0x81, 0); //Number is odd . But when I try to receive eg ReceiveRS232Char than the compiler reports the followig: J:\A Master Slave Pc\FlowCode\ENV_TX.c(198:18): error: arguments of 'ReceiveRS2...
by PINTO
Tue Feb 13, 2007 2:51 pm
Forum: Flowcode V2 & V3
Topic: Linker failed to compile
Replies: 2
Views: 3614

Hi Steve,

It worked thanks.


Regards


Pinto
by PINTO
Tue Feb 13, 2007 1:58 pm
Forum: Flowcode V2 & V3
Topic: Linker failed to compile
Replies: 2
Views: 3614

Linker failed to compile

Hi Benj, I'm having a problem with the linker not compiling. This is the report: Adroit_Send.c success success Return code = 0 Launching the linker/assembler... BoostLink Optimizing Linker Version 6.52 http://www.sourceboost.com Copyright(C) 2004-2006 Pavel Baranov Copyright(C) 2004-2006 David Hobda...
by PINTO
Tue Feb 13, 2007 1:44 pm
Forum: Flowcode V2 & V3
Topic: RS232 Parity Bits
Replies: 14
Views: 15734

Thanks Guys, Impressive stuff, I mean the service. I would buy FlowCode over again for this kind of service, (I've read other postings). Anyway I've tried Benj and Steven's suggestions and I stickked with Steven's it's simpler for what I want to do (no offence to you Benj). I would like to thank Mar...
by PINTO
Fri Feb 09, 2007 4:15 pm
Forum: Flowcode V2 & V3
Topic: RS232 Parity Bits
Replies: 14
Views: 15734

Hi Benj, Thanks for your help so far. Could you explain the last bit of your program? eg. You can then send data from the PICmicro with a C code code block and the following flowcode byte variables : Data, Parity Code: SendRS232Char(FCV_DATA, FCV_PARITY); Say for instance I would like to send h81 h0...
by PINTO
Fri Feb 09, 2007 7:32 am
Forum: Flowcode V2 & V3
Topic: RS232 Parity Bits
Replies: 14
Views: 15734

Hello Mark, Thanks for the info. I read both documents that you suggested but I'm still in the dark!!! I need to send 2 bites to a Pc running comm's @ Baud Rate 300bps, Parity EVEN, Stop Bits 1, No Handshaking. The reason for the 300bps Baud rate is that the Pc is running an old network of sensors t...
by PINTO
Thu Feb 08, 2007 5:24 pm
Forum: Flowcode V2 & V3
Topic: RS232 Parity Bits
Replies: 14
Views: 15734

RS232 Parity Bits

Hi Mark,

Does the RS232 support the "Even and Odd" Parity bits?

How can I change the Parity?

If I use None and set Hyperterminal to none works Ok, but if I change Hyperterminal to Odd or Even doesn't work.

Any Help?

Thanks


Pinto
by PINTO
Tue Feb 06, 2007 4:35 pm
Forum: Flowcode V2 & V3
Topic: Interrupt on TMR0
Replies: 1
Views: 2814

Interrupt on TMR0

Dear Sirs. Is the TMR0 linked to a delay Icon in any way? I have the following situation: I initialised TMR0 to Internal Clock, and the prescaler to 1:128 and I call a Macro called send_code. In the send_code Macro I have a RS232 Macro sedding "FF". After initializing the program goes into a loop ca...
by PINTO
Fri Jan 19, 2007 1:42 pm
Forum: Flowcode V2 & V3
Topic: Connecting an LCD on PORTA
Replies: 3
Views: 4319

LCD on PortA

Hi Benj, I tried your code and still didn't work. The problem was that RA4 is an open source and wasn't pulled it up to the Vdd. I connected an 100k between RA4 and the Vdd and the LCD worked. I than removed the C code box from FC3 and re-compiled the program loaded on the simulator and worked as we...
by PINTO
Thu Jan 18, 2007 5:39 pm
Forum: Flowcode V2 & V3
Topic: Connecting an LCD on PORTA
Replies: 3
Views: 4319

Connecting an LCD on PORTA

Hi Benj, I've tried to connect a LCD display on PORTA of Pic877 and didn't work. It simulated ok on FC3 but when I loaded into Proteus didn't work. I tried on other ports and worked ok. I'm not sure if there's something else that as to be set on PortA. I looked into the 877 data sheet but I'm nor su...
by PINTO
Thu Jan 18, 2007 5:29 pm
Forum: Flowcode V2 & V3
Topic: RS232 Special Characters
Replies: 2
Views: 3751

RS232 Special Characters

Hi Benj,
It worked fine when I simulated on Proteus Virtual Monitor, although it had no effect on Flowcode3 RS232 simulator.

Thanks
by PINTO
Thu Jan 18, 2007 11:22 am
Forum: Flowcode V2 & V3
Topic: RS232 Special Characters
Replies: 2
Views: 3751

RS232 Special Characters

How do I Insert the special characters in the RS232 Macro?
I've inserted a word "Press Start" on the RS232 macro and I need to insert a carriage return \r to change the next cycle to a new line.
by PINTO
Wed Dec 13, 2006 3:46 pm
Forum: Flowcode V2 & V3
Topic: Help Files
Replies: 2
Views: 3611

Help Files

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
by PINTO
Tue Dec 12, 2006 9:26 am
Forum: Flowcode V2 & V3
Topic: LCD Connections
Replies: 4
Views: 4802

Hi Steve, Thanks for the info but the problem wasn't with flowcode, a blog of solder shorted the RS & E line when I shifted the wires on my PCB. I do appologize for the inconvinience and I should of double check the PCB for shorts circuits. Looking at the positive side I've started to use the FORUM ...
by PINTO
Mon Dec 11, 2006 4:46 pm
Forum: Flowcode V2 & V3
Topic: LCD Connections
Replies: 4
Views: 4802

LCD

Hi Ben, Thanks for your help. I'm not using the e-Block LCD PCB I'm using a simple prototype board that I made. Previously I had the LCD connected to RB0----RB5 on the PCB and the LCD connections on the LCD component in Flowcode to match the PCB connections and I was interrupting on INT/RB but becau...
by PINTO
Mon Dec 11, 2006 2:27 pm
Forum: Flowcode V2 & V3
Topic: LCD Connections
Replies: 4
Views: 4802

LCD Connections

Can I connect the LCD Component in Flowcode3 to other pins than the ones that the component defaults? eg. Insteady PB0-----PB5 I would like to connect them to PB1-----PB6 because I would like to make use of the interrupt on PB0. I've tryed it and simulated Ok in Flowcode3 but din't work with the act...