Search found 4 matches
- Tue May 01, 2007 9:58 am
- Forum: Flowcode V2 & V3
- Topic: LCD Display string problems
- Replies: 4
- Views: 4002
- Tue May 01, 2007 9:25 am
- Forum: Flowcode V2 & V3
- Topic: LCD Display string problems
- Replies: 4
- Views: 4002
- 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&...
- 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...