Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    36,322

    Re: USBSERVICE And SERIN2 Odd Behavior

    since only code snippets posted and
    no hardware description pic/usb descriptor and
    no explanation why eusart not employed and
    no description of failure point or why "working" code not suitable
    ...
  2. Replies
    6
    Views
    36,322

    Re: USBSERVICE And SERIN2 Odd Behavior

    if you are using USBSERVICE in a interrupt routine then its unnecessary to make additional calls to it , its probably not re-entrant code either.
    making calls to it both inside and outside the isr...
  3. Replies
    6
    Views
    36,322

    Re: USBSERVICE And SERIN2 Odd Behavior

    its not so much as to service it every 10ms or less but to respond to polls before the host times you out. i use the isr option for usb service


    ASM
    INT_LIST macro ; IntSource, Label,...
Results 1 to 3 of 3