Roughly 12 years ago, I started learning Basic Pic programming with Picaxe, then GCBasic
now I'm mostly using MELab PBP Pro, and Positron both are like twin of Pic...
So I have 6 slave 1936 and 1 master K80.
Now they are all connected via independent pins to K80, where serial transfer goes now
And there is also one common pin, which connects them altogether (not...
Published on - 31st May 2010 17:38
Number of Views: 10299
It's almost Olympics time... so here's a topical program using PBP exclusively (no embedded Assembler) to give you a Stop-Watch with 1/100th Second Timing (yes that's 0.01 of a Second) and gives you REAL-TIME display on your LCD. Now you can do your own timing and challenge the official time...
The program demonstrates using TMR1 in BACKGROUND (multi-tasking), uses PICBasic Interrupts, and accounts for the fact that PICBasic doesn't respond to those Interrupts immediately. There's also a set-Up CALIBRATION menu item, so you can adjust and calibrate your timer to an accuracy of 360mS per Hour.
How does it do all that? Better download the PDF and find out...
Melanie
PS. Questions and Comments post on this forum/thread. No off-list mail please.
Re: serial LCD 1602 Backpack using PIC16F690 for Hitach HD44780
correct order for display control
jackberg1 Yesterday, 22:21PORTC = %00001110 ' %00001DCB Display on/off, cursor on/off, blink y/n