Search found 4 matches

by fifafrazer
Tue May 01, 2007 9:58 am
Forum: Flowcode V2 & V3
Topic: LCD Display string problems
Replies: 4
Views: 4002

Thank you. It is working now. A 10 k resistor was too big... The 1 k resistor works. You saved our day!
by fifafrazer
Tue May 01, 2007 9:25 am
Forum: Flowcode V2 & V3
Topic: LCD Display string problems
Replies: 4
Views: 4002

A pullup resistor on bit 4 doesnt solve the problem. The weird thing is, that we have two blocks in flowcode, that both writes "enter keycode:" to the display. When the first block is executed it shows up as it is supposed to, but the second one shows up as "5nter keycode", and t...
by fifafrazer
Tue May 01, 2007 8:49 am
Forum: Flowcode V2 & V3
Topic: LCD Display string problems
Replies: 4
Views: 4002

LCD Display string problems

In a school project with a PIC16F877 we have connected an LCD display, that is hd44780 compliant to port A. The display is almost working, but some of the strings are showing up wrong. The first character in some of the strings is wrong i.e. "5nter keycode:" instead of "enter keycode&...
by fifafrazer
Thu Jan 18, 2007 8:04 pm
Forum: Flowcode V2 & V3
Topic: Using interrupts
Replies: 2
Views: 3973

Using interrupts

I'm using flowcode version 3.0.3.28. I've set RB0 as an interrupt. RB0/INT - interrupt on the falling edge. A push-to-make button is connected to RB0. Here comes the problem: When i simulate the program, the interrupt only occurs when the switch is pressed, and not when it is released. I've also tri...