Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds; generated 12 minute(s) ago.

  1. Replies
    6
    Views
    4,777

    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,777

    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,777

    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,777

    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 ...
  5. Replies
    1
    Views
    18,767

    So I figured out what was wrong - I need to setup...

    So I figured out what was wrong - I need to setup the Descriptors properly...

    Anybody have a working version I can cut and paste??

    In the mean time - wish me luck reading the USB Specs and...
  6. Replies
    1
    Views
    18,767

    USB HID Problem

    Hello All,

    Working on a project for a few weeks now and I'm stuck on a USB HID Problem that I hope somebody can help me out with...

    Using a PIC18F2550 with a 20MHz Osc. Using the EasyHID...
Results 1 to 6 of 6