Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    278
    Views
    318,565

    Re: USBDemo, something to learn USB a little bit

    Hello

    I use a PIC18F2550 for CDC serial port emulation based on cdc_demo.bas:

    USBInit

    For input and output I use:
    inloop:
    icnt = inbuff
    USBService
  2. Replies
    278
    Views
    318,565

    USBOut out byte mixup

    Hi,

    I am still stuck with my proplem, therefore, I modified the cdc_demo.bas to be able to change the outbuffer contents:


    ' USB sample program for PIC18F4550 CDC serial port emulation
    ' ...
  3. Replies
    278
    Views
    318,565

    USBout sends garbage byte ahead of message

    Hi,
    I am new and this is my first posting, please don't shoot me in case of mistakes.

    Today I started to use PicPasic Pro 2.6 with MPLAB IDE 8.60 and tried out the usb_demo.bas sample...
Results 1 to 3 of 3