Is there any option to get an Interrupt when message is received???Pic18f2550???
FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
Posted: Mon Aug 24, 2009 6:31 am
It seems to me, that you already answered the question yourself, when you mentioned, that USB interrupt is handled in pic18_usb.h (actually it's pic18_usb.c). But anyway, it's used in the driver.
So you have two options: Poll the respective USB driver functions or modify the driver code and e.g. add a callback to your code.
sumith Guest
Posted: Mon Aug 24, 2009 10:00 am
thank you.........I got it...now i am trying in that way......once again thank you
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum