USB keyboard emulator


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Default

    I keep getting errors when I try to compile the code generated by EasyHID:

    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceInit)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceInit)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceTasks)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceTasks)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (GetUSB)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (GetUSB)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (PutUSB)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (PutUSB)

    I am running PBP 2.60 with MPLabs 8.15a and a PIC18F4550.

    Can anyone help me to figure out what is going on and suggest anything to try to fix this?
    Thanks

  2. #2

    Default easyMSD?

    I'm just starting a project using USB mass storage device types, does anyone know if there are plans for an 'easyMSD', similar to easyHID, or an easy way to use easyHid for my purposes ?

    I want to use internal flash to store files, and am going to use SDFS to handle the FAT file side of things.

  3. #3
    Join Date
    Nov 2007
    Posts
    5

    Default Me too

    pbauman, did you find out what was causing your problem, I have the same problem with the same configuration.

    Thanks,
    RB

  4. #4
    Join Date
    Feb 2011
    Posts
    2

    Default Re: USB keyboard emulator

    Hi Everyone,

    I´m new in this...
    I saw the published file and I have a doubts.. what is the USBService instruction? what it do? how it relates USBproject file with the descriptor file?

    Thanks..!

  5. #5
    Join Date
    Aug 2005
    Posts
    4

    Default Re: USB keyboard emulator

    Quote Originally Posted by pbauman View Post
    I keep getting errors when I try to compile the code generated by EasyHID:

    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceInit)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceInit)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceTasks)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceTasks)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (GetUSB)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (GetUSB)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (PutUSB)
    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (PutUSB)

    I am running PBP 2.60 with MPLabs 8.15a and a PIC18F4550.

    Can anyone help me to figure out what is going on and suggest anything to try to fix this?
    Thanks
    I think this could be the cause of your problems:

    USB_DEV.ASM, USB_DEV.INC, USB_MEM.ASM, the class assembler and include files
    and the project descriptor file, as well as any desired sample programs,
    should be copied to the project source subdirectory before being used.

    (USB.TXT in PBP260\USB18)

    Make sure you copy USB_DEV.ASM, USB_DEV.INC, USB_MEM.ASM into project directory.
    Worked for me.

    All best

  6. #6
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172

    Default Re: USB keyboard emulator

    Jim's posts moved in a new thread:
    http://www.picbasic.co.uk/forum/showthread.php?t=16028

    Robert

Similar Threads

  1. USB CDC Communications for Dummies!
    By Squibcakes in forum USB
    Replies: 104
    Last Post: - 15th January 2014, 14:43
  2. Simple USB Comms Problem
    By awmt102 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 6th January 2010, 21:17
  3. AT/PS2 Keybord - PIC Interface?
    By Kamikaze47 in forum Code Examples
    Replies: 73
    Last Post: - 9th August 2009, 17:10
  4. One USB keyboard to Two USB Ports
    By picnaut in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 11th June 2009, 01:04
  5. Replies: 3
    Last Post: - 10th April 2008, 11:02

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts