Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: leelion; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: strange problem ! pic18f4550 & pic16f84a serial communication .

    Hi
    thanks Richard , my code as below


    define osc 48
    TRISB = $00 ' Set digit pins to output
    mainloop:
    toggle portB.5
    pause 200
    Goto mainloop ' Forever
  2. Re: strange problem ! pic18f4550 & pic16f84a serial communication .

    Hi
    Thanks , I tested PLLDIV = 4 before I posted .
    if set PLLDIV = 4 , its output around 16.8ms , do you think any other setting was wrong ?

    Best regards
    Lee
  3. Re: strange problem ! pic18f4550 & pic16f84a serial communication .

    Hi
    my code is simple as follow:

    define osc 48
    TRISB = $00 ' Set digit pins to output
    mainloop:
    toggle portB.5
    pause 200
    Goto mainloop ' Forever
  4. Re: strange problem ! pic18f4550 & pic16f84a serial communication .

    hello,
    my complier is PBP3 gold 3.0.9.0
    16Mhz crystal work with Pic18f4550
    output timing means : if I toggle portB.4 200 , led should toggle every 200ms , but it output toggle only every 20ms ,...
  5. Re: strange problem ! pic18f4550 & pic16f84a serial communication .

    Hi Rob:
    if pic18f4550 use 16Mhz crystal , how to set 'Config1L to get precise output timing ?

    'Config1L
    ' Full-speed USB Clock Source Selection: Clock Source from 96MHz PLL/2
    ' CPU...
Results 1 to 5 of 5