USB keyboard emulator


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1
    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

  2. #2
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,154

    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, 13:43
  2. Simple USB Comms Problem
    By awmt102 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 6th January 2010, 20:17
  3. AT/PS2 Keybord - PIC Interface?
    By Kamikaze47 in forum Code Examples
    Replies: 73
    Last Post: - 9th August 2009, 16:10
  4. One USB keyboard to Two USB Ports
    By picnaut in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 11th June 2009, 00:04
  5. Replies: 3
    Last Post: - 10th April 2008, 10: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