Search found 6 matches

by KeesD
Fri Mar 09, 2012 11:23 am
Forum: Flowcode V5
Topic: Printstring to LCD not working ?
Replies: 9
Views: 7654

Re: Printstring to LCD not working ?

Hello, The parameter "Enable extended CPU" was enabled. I disabled it and everything is working now ! So it had something to do with the internal workings of the chip. I think I should read the datasheet of the 18F4520 to see what these parameters do and how the memory is organized. Thanks to everyo...
by KeesD
Thu Mar 08, 2012 10:48 pm
Forum: Flowcode V5
Topic: Printstring to LCD not working ?
Replies: 9
Views: 7654

Re: Printstring to LCD not working ?

Hello, thank you for your help. I tried your program, but it did not work (blank display) Further I tried the following: (All variables are created first) MyStr = "PrintThis" LCDDisplay Start LCDDisplay PrintString MyStr Delay 10s Result: Blank display. I expect to see "PrintThis" for 10 seconds. I ...
by KeesD
Wed Mar 07, 2012 10:29 pm
Forum: Flowcode V5
Topic: Printstring to LCD not working ?
Replies: 9
Views: 7654

Printstring to LCD not working ?

Hello, Printing a string from a stringvariable does not work with the printstring function. The processor is a PIC18F4520. I am using flowcode 5.1.0.0. PrintASCII and printnumber do work, so the PIC is ok. It worked with a PIC16F877a. How can this be fixed, or what am I doing wrong ? Kind regards, K...
by KeesD
Fri Sep 23, 2011 1:25 pm
Forum: Flowcode V4
Topic: Flowcode closes at random
Replies: 3
Views: 3009

Re: Flowcode closes at random

Problem solved.
Disabling all protection software did not help.
The solution of nuwan5213 worked.
Thank you for your help.
by KeesD
Mon Sep 19, 2011 10:03 pm
Forum: Flowcode V4
Topic: Flowcode closes at random
Replies: 3
Views: 3009

Flowcode closes at random

Hello, When working with flowcode it closes at random moments without any notification. This happens rather often, and does not seem to be correlated with a specific action. Then I have to restart the program, but after some minutes it stops and closes again. Mostly when editing, sometimes when comp...
by KeesD
Thu Aug 16, 2007 9:45 pm
Forum: Flowcode V2 & V3
Topic: Timer1
Replies: 22
Views: 14483

Timer1

How can I use TMR1 of a PIC16F627A in flowcode?