USB Control Of Powerpoint


Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Oct 2005
    Posts
    35

    Question USB Control Of Powerpoint

    Hello,

    Part of my PIC project involves the control of Powerpoint presentation slides which can be addressed by keyboard entry (1 enter, 2 enter etc.). I have set up a serial to USB converter cable and by using Serout in a loop I am able to port and verify the nesessary digits to the MCS serial communicator through the USB port.


    'Serial to USB control test

    Val = 49
    loop:

    Serout PORTE.1,N2400,[val,13]
    val=val+1
    if val = 53 then
    val = 49

    endif
    pause 2000
    goto loop


    However, when Powerpoint is set to show slides by manual control, nothing happens. A Keyboard entry changes slides but it does not respond to the USB inputs sent by the PIC. I have also tested with a numerical USB keypad, which does work. I tried different com ports. How do I get the USB input to look like a keyboard or keypad input to Powerpoint.
    Last edited by Homerclese; - 10th March 2007 at 19:29.
    Thanks,
    Homerclese

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. One USB keyboard to Two USB Ports
    By picnaut in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 11th June 2009, 00:04
  4. USB PIC without USB Connection
    By Tissy in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 26th December 2005, 17:39
  5. Servo Control with USB and PIC16C745
    By Alejandro in forum USB
    Replies: 2
    Last Post: - 12th September 2005, 20:06

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