Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    7,283

    Oh cool, thanks. Yeah I tried to set the...

    Oh cool, thanks. Yeah I tried to set the usbbuffer var byte 11, but that didnt work and would just never send any data to the pc.

    Thanks
  2. Replies
    4
    Views
    7,283

    EasyHID max usb buffer size

    Hey, I've got everything working with the pic 18f2550 to be recognized as a usb hid device. I'm sending accelerometer data and push button data to the pc using polling.

    I just wanted to know how...
  3. Replies
    22
    Views
    13,994

    Okay I finally got it to work! I had to set...

    Okay I finally got it to work!

    I had to set the fuse values in melabs serial programmer as well as the fuses in the config files. I didn't know the programmer would rewrite the config values from...
  4. Replies
    22
    Views
    13,994

    I set the fuses finally. The brown out reset...

    I set the fuses finally. The brown out reset voltage fuse is _BORV_21_2L, found this looking through the lst file. Now nothing seems to work, not even simple LED flashes. I have no idea what is...
  5. Replies
    22
    Views
    13,994

    I looked at the list file and it should be...

    I looked at the list file and it should be _BORV_21_2L. So, now I've set the fuses correctly, nothing happens now. Windows doesnt pop up with anything, not even usb device unrecognized. I have no...
  6. Replies
    22
    Views
    13,994

    I used the config code from post 11, but...

    I used the config code from post 11, but _BORV_2_2L and _FCMEN_OFF_1H dont seem to be define for the 2550, so I took them out.

    Is there another file i need to include to get these fuses to work...
  7. Replies
    22
    Views
    13,994

    Okay, Finally I got the thing to show up on the...

    Okay, Finally I got the thing to show up on the pc! A 1k pull up resistor needs to be put on D+ and Vsub!! I was under the assumption that there was an internal pull up resistor there. Maybe I...
  8. Replies
    22
    Views
    13,994

    No im not, im using melabs pic programmer. ...

    No im not, im using melabs pic programmer. Should I take out that define statement?
  9. Replies
    22
    Views
    13,994

    Well I changed the config files and took out the...

    Well I changed the config files and took out the pause in the code. Still no enumeration. Could this be a hardware problem?

    I attached everything the same way as the 4550 pictured by easyhid,...
  10. Replies
    22
    Views
    13,994

    I changed the config for 20 Mhz clock, but still...

    I changed the config for 20 Mhz clock, but still no enumeration. I uploaded my project files in the following zip. Can someone please let me know if they can get this to enumerate on their bread...
  11. Replies
    22
    Views
    13,994

    I still cant get the pic to enumerate. Here is...

    I still cant get the pic to enumerate.

    Here is my code for the fuses:

    else
    LIST
    LIST p = 18F2550, r = dec, w = -311, w = -230, f = inhx32
    INCLUDE "C:\PBasPro...
  12. Replies
    22
    Views
    13,994

    Oh, I took out the code for receiving data from...

    Oh, I took out the code for receiving data from the pc to the pic. I just want to communicate to the pc side.

    All the configs are what easyhid has set up. I will try just polling serviceusb and...
  13. Replies
    22
    Views
    13,994

    Heres the code that Easy HID created. I set up...

    Heres the code that Easy HID created. I set up an led to see where the code stops at. It seems to stop after
    USBOut 1, USBBuffer, USBBufferCount, DoUSBOut ' if bus available, . I guess this...
  14. Replies
    22
    Views
    13,994

    Problem with enumeration and EasyHID

    Hi, I'm using a pic18f2550 with picbasic pro and easyhid.

    I get the files generated from easyhid to compile correctly. The problem is that when I plug in the usb cable, the computer never...
Results 1 to 14 of 14