Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    4,803

    Re: HSEROUT at Quarter Rate!

    Thanks for your replays Dave,

    But it was a typographical error with the HSER2 defines... I had HSER_BAUD2 1200 when it should have been HSER2_BAUD 1200

    I was hunting for an OSC problem also
    ...
  2. Replies
    6
    Views
    4,803

    Re: HSEROUT at Quarter Rate!

    That's correct, but then the hserout runs at quarter speed... For the moment, I've set the baud to 9600 and will run it at 2400...
  3. Replies
    6
    Views
    4,803

    Re: HSEROUT at Quarter Rate!

    Thanks Dave,

    I am currenty using the internal osc, as set by CONFIG FOSC = INTIO1 and it should be running at 8MHz by the OSCCON=%01100000 configs. In regards to the PLL, by switching it on - by...
  4. Replies
    6
    Views
    4,803

    HSEROUT at Quarter Rate!

    Hi All,

    Currently using a PIC18LF26K80, and have found the HSEROUT command to outputing data at quarter of the specified rate.

    Here is the header to my code:

    #config
    CONFIG RETEN = OFF ...
Results 1 to 4 of 4