Search found 41 matches

by 1Handypal
Mon Feb 27, 2012 4:52 pm
Forum: Flowcode V4
Topic: Timer 1 for 12F675
Replies: 28
Views: 23648

Re: Timer 1 for 12F675

@Ben: With all due respect, we are on different levels as of the moment. I represent a natural man, you represent a corporation, which is rewarding you for your work. I totally respect that, we all need to support our families and survive at the end. Honestly if I listened to every salesperson out t...
by 1Handypal
Sun Feb 26, 2012 11:41 pm
Forum: Flowcode V4
Topic: Timer 1 for 12F675
Replies: 28
Views: 23648

Re: Timer 1 for 12F675

Hello all, @Martin: Yes, I am not worried about hardware part, it all works correctly and wired properly 100%. What does not work and/or causing me wonders/hair loss is the software. I am using PICKit2 to load the hex code. The hardware is tiny custom built board for my own experimentation and I am ...
by 1Handypal
Sun Feb 26, 2012 9:42 am
Forum: Flowcode V4
Topic: Timer 1 for 12F675
Replies: 28
Views: 23648

Re: Timer 1 for 12F675

Hello all, This may be a bit off the course of current topic...nevertheless... I am also experimenting with 12F675 and found that external interrupt on pin4, which is GPIO3/MCLR, never works right. I am sure it can be done if MCLR is set to internal and so GPIO3 is available as input, it even works ...
by 1Handypal
Wed Feb 01, 2012 5:42 am
Forum: General Programming
Topic: other LCD device?
Replies: 6
Views: 6034

Re: other LCD device?

Hello FLJ and welcome to the forum. I am in the same situation and still awaiting reply from somebody proficient and kind enough to explain how 8 bit interfacing is done. See the link : http://www.matrixmultimedia.com/mmforums/viewtopic.php?f=7&t=10034 It looks that it is not much supported... There...
by 1Handypal
Wed Jan 25, 2012 8:10 am
Forum: General Programming
Topic: 24X2 LCD control and scrolling
Replies: 6
Views: 5613

Re: 24X2 LCD control and scrolling

Thanks again for your continuous effort to enlighten me... If you want to use 8-bit data mode, you will need to customize the C code behind the component," this sure sounds easy for someone proficient, which is not the case with me... "Your program is trying to display the ASCII character 31, which ...
by 1Handypal
Tue Jan 24, 2012 3:46 am
Forum: General Programming
Topic: 24X2 LCD control and scrolling
Replies: 6
Views: 5613

Re: 24X2 LCD control and scrolling

Thank you Steve for steering me into right direction. I am afraid that I am still unclear on a few moments as the following: How do I change to 8 bit data, as opposed to 4 bit built in peripheral, should my LCD require? I attached a sample project for your review, if you would be so kind, and would ...
by 1Handypal
Fri Jan 20, 2012 3:47 am
Forum: General Programming
Topic: 24X2 LCD control and scrolling
Replies: 6
Views: 5613

Re: 24X2 LCD control and scrolling

Ben, Thanks for your valuable input. Honestly, I would like to learn specifics of how to display custom characters on an LCD. As far as my knowledge about LCD goes, there are character maps (maybe more than one) preloaded in non-volatile memory of LCD, a character is pulled and pushed onto display b...
by 1Handypal
Sat Jan 14, 2012 8:15 am
Forum: General Programming
Topic: 24X2 LCD control and scrolling
Replies: 6
Views: 5613

24X2 LCD control and scrolling

Hello all, I am looking into possibility of using 24x2line LCD for my projects. It is fairly standard part as far as I can tell, utilizing one HD44780 and couple HD44100 chips. Since Flowcode does not have native support for this size LCD, what can be done to create a snippet and/or component to use...
by 1Handypal
Sun Jan 08, 2012 7:17 am
Forum: Flowcode V2 & V3
Topic: Flowcode and Velleman PIC board 8048 help needed
Replies: 17
Views: 22519

Re: Flowcode and Velleman PIC board 8048 help needed

Thank you Martin and all others for your very constructive input. Of course I remember my limitations within the free version, but no worries, it gives me a good motivation to obtain the full one, once I develop an appetite for something worthy, bearing in mind that new version 5 is coming soon some...
by 1Handypal
Sat Jan 07, 2012 11:41 pm
Forum: Flowcode V2 & V3
Topic: Flowcode and Velleman PIC board 8048 help needed
Replies: 17
Views: 22519

Re: Flowcode and Velleman PIC board 8048 help needed

Hello again! I am so much relieved with your comments and help, before I could not sleep tight...hehe. I'll give it a good test and report results later. It seems that some tricks are unspoken of and there should be a summary of pitfalls to avoid as well as good practices to follow. I believe every ...
by 1Handypal
Sat Jan 07, 2012 11:30 pm
Forum: Flowcode V2 & V3
Topic: Flowcode and Velleman PIC board 8048 help needed
Replies: 17
Views: 22519

Re: Flowcode and Velleman PIC board 8048 help needed

Hello again, Here's an update. I built another flowchart using port interrupt for the same purpose to toggle an LED with the port change. I have the following questions: By default there is always PORTB interrupt shown as available, but could it be changed to any other port and masked? I highly susp...
by 1Handypal
Sat Jan 07, 2012 9:54 pm
Forum: Flowcode V2 & V3
Topic: Flowcode and Velleman PIC board 8048 help needed
Replies: 17
Views: 22519

Re: Flowcode and Velleman PIC board 8048 help needed

Oh, forgot to mention my Flowcode is the latest available from the web site, it says version 4.3.9.65. On the other note, I successfully ran other projects with simple blinking patterns, there are 6 LEDS to be utilized on the board and 4 push buttons. All seemed to work fine. I guess it could be a b...
by 1Handypal
Sat Jan 07, 2012 9:10 pm
Forum: Flowcode V2 & V3
Topic: Flowcode and Velleman PIC board 8048 help needed
Replies: 17
Views: 22519

Re: Flowcode and Velleman PIC board 8048 help needed

Thank you medelec35! Your code worked nicely in both versions HS and XT. PicProg2009 (Velleman's supplied) seem to recognize config settings in each hex file correctly, once loaded into software you see corresponding features checked and/or un-checked. So all I had to do is just hit load and voila i...
by 1Handypal
Sat Jan 07, 2012 9:10 am
Forum: General Programming
Topic: Pulling my hair over a simple test code
Replies: 3
Views: 2801

Re: Pulling my hair over a simple test code

Thanks for your responses. I moved to the above referenced thread. I am still having trouble using Velleman PicProg2009 with K8048 board. It looks that something is resetting PIC no matter what I try, however if I remove infinite loop from my chart (out of desperation, of course), compile and load, ...
by 1Handypal
Sat Jan 07, 2012 4:51 am
Forum: Flowcode V2 & V3
Topic: Flowcode and Velleman PIC board 8048 help needed
Replies: 17
Views: 22519

Re: Flowcode and Velleman PIC board 8048 help needed

Hello all and thanks for responses. What confuses me is that when I tried to load hex file, produced by Flowcode, into the PIC and then read it back from PIC consequently saving with different name and comparing those two files gives me difference! I believe there's some conflict and/or overlap of f...
by 1Handypal
Fri Jan 06, 2012 8:35 am
Forum: General Programming
Topic: Pulling my hair over a simple test code
Replies: 3
Views: 2801

Pulling my hair over a simple test code

Hello, I am using Flowcode 4 to create simple test code to use in combination with Velleman RS-232 programmer. I have the flowchart simulating nicely on PC but when I load hex into the pic (16F84A with external XT osc. 4Mhz) it does not work right. I have tried all variations and combinations of the...