Search found 5 matches

by Zkov79
Wed Jan 19, 2011 8:50 am
Forum: Flowcode V2 & V3
Topic: Problems connecting to pppv3
Replies: 5
Views: 7416

Re: Problems connecting to pppv3

Thanks Benj and melelec35

I tried with a simplier flowchart and it passed and send.

Thanks for the help.
by Zkov79
Wed Jan 19, 2011 6:51 am
Forum: Flowcode V2 & V3
Topic: Problems connecting to pppv3
Replies: 5
Views: 7416

Re: Problems connecting to pppv3

Hello Benj. Thanks for you reply, but it doesnt work with that solution. We have contact with the board in both Flowcode and PPPv3. I think the problem is the connection between Flowcode and pppv3. Maybe in the compile options This is the following error message we get: "Return code = 1 Flowcode was...
by Zkov79
Tue Jan 18, 2011 12:59 pm
Forum: Flowcode V2 & V3
Topic: Problems connecting to pppv3
Replies: 5
Views: 7416

Problems connecting to pppv3

When I try to compile to HEX in flowcode I get a failure. It can not connect to the pppv3. I have tried to reinstall both programs and the USB-driver.

Anyone have a sollution?
Its Flowcode 3.6.1.53
and PPPv3.9.12.26
by Zkov79
Mon Nov 10, 2008 12:39 pm
Forum: Flowcode V2 & V3
Topic: help needed with DS1302 and SPI
Replies: 2
Views: 3721

Re: help needed with DS1302 and SPI

hi Benj thank you for your reply, and sorry about the delayed reply back. I never got the ds1302 running, made some extra hardware and tried different software settings, but nothing worked. So now i've bought a ds1307, because it used the I2C-protocol. but im still having some problems. ive attached...
by Zkov79
Fri Oct 31, 2008 8:12 am
Forum: Flowcode V2 & V3
Topic: help needed with DS1302 and SPI
Replies: 2
Views: 3721

help needed with DS1302 and SPI

could anyone give me an example of running the DS1302 real time clock on SPI and printing the result on a LCD, im using the PIC16F877A, i've tried several things, but no luck. is there a simple way to do this with send char, recieve char. i've tried sending 0x81(command byte) to the chip after a chi...