4 Visitor Messages

  1. View Conversation
    wrong box!
  2. View Conversation
    Hi, I am using following codes for 16f877 (4MHZ) working well, with 18f2580 (8MHZ) not working please help
    'On_interrupt flash
    on_interrupt myint
    Symbol timer1l = TMR1L
    Symbol timer1h = TMR1H
    T1CON = $01 'start timer
    INTCON = $c0
    bcf PIR1, 0
    PIE1 = $01
    ' register of Timer1
    myint:
    Context SAVE
    ;reg of timer1 To cause an intrupt every 1000 cnts(65536 - 1000 = 64536 Or $fc22)
    'At 4MHz, prescale set to 1, this equates to a tick every 1msec.
    timer1l = $22
    timer1h = $fc
    tick = tick + 1
    bcf PIR1, 0
    PIE1 = 0
    If tick = 1000 Then tempseconds = tempseconds + 1
    If tick = 1000 Then seconds = seconds + 1: tick = 0
    PIE1 = 1
    If seconds = 6000 Then minutes = minutes + 1: seconds = 0
    Context Restore
  3. View Conversation
    Hi Tim,

    I'v tried various methods to contact you. You seem to be the only one who gets back.

    Hi Tim,

    I recently bought a MacBook Pro. One of the benefits of this mac is that it will run Windows 7.

    I loaded PDS and all is fine exept for the "Sparkey" dongle. I get the "not seen" error. Is there a driver or have you any other thoughts.

    Regards Len Beasley
  4. I'd like to buy this software and I'm from the Philippines. Who can I contact? thank you very much.
Showing Visitor Messages 1 to 4 of 4
About Tim

Basic Information


Date of Birth
August 2, 1961 (50)
About Tim
Location:
london
Interests:
Subtropical gardening / Pics
Occupation:
Freelance Sterilizer Validation and Embedded Software Engineer

Signature


Tim

Statistics


Total Posts
Total Posts
6,872
Posts Per Day
2.08
Visitor Messages
Total Messages
4
Most Recent Message
5th May 2011 19:04
General Information
Join Date
19th January 2003
Helpful Postings
Post Rated
Rated helpful 5 out of 5 times

2 Friends

  1. captainslarty captainslarty is offline

    Licensed User

    captainslarty
  2. wastrix wastrix is offline

    Super Moderator

    wastrix
Showing Friends 1 to 2 of 2