Search found 8 matches
- Fri Apr 09, 2010 1:23 pm
- Forum: General Programming
- Topic: Using Microchip's Usb HID firmware for ECIO 28P
- Replies: 6
- Views: 6365
Re: Using Microchip's Usb HID firmware for ECIO 28P
Hi Benj! Got it recognising as a Generic HID device now. :-) I couldnt seem to get the Mouse demo working so i switched to the Generic HID firmware instead and changed the following: (1)in main.c... #pragma config PLLDIV = 1 (2)in Hardware profile - PICDEM FSUSB.h... #define PROGRAMMABLE_WITH_USB_MC...
- Fri Apr 09, 2010 11:20 am
- Forum: General Programming
- Topic: Using Microchip's Usb HID firmware for ECIO 28P
- Replies: 6
- Views: 6365
Re: Using Microchip's Usb HID firmware for ECIO 28P
Hi. It does nothing after programming it. I'm using the ECIOprog tool. Okay thanks, i'm gunna spend time looking at it now and hopefully i'll find something...
- Thu Apr 08, 2010 5:47 pm
- Forum: General Programming
- Topic: Using Microchip's Usb HID firmware for ECIO 28P
- Replies: 6
- Views: 6365
Re: Using Microchip's Usb HID firmware for ECIO 28P
Thanks for the reply! That actually answered my big concern with being able to do this. The reason i cant use flowcode is because this is for my Uni project and the whole idea is to learn how to implement the USB firmware (yes this is very annoying!). I changed the oscillator to 4 mhz: #pragma confi...
- Thu Apr 08, 2010 1:50 pm
- Forum: General Programming
- Topic: Using Microchip's Usb HID firmware for ECIO 28P
- Replies: 6
- Views: 6365
Using Microchip's Usb HID firmware for ECIO 28P
Hi. I'm using a ECIO28P for my project to control a DC motor using a user friendly program (using Microsoft visual express c#) via USB. I'm currently trying to get the module to be recognised as a HID device using the MCHPFSUSB firmware from Microchip with no luck. I've edited the code as if it were...
- Thu Mar 18, 2010 4:52 pm
- Forum: E-blocks
- Topic: Program ECIO without flowcode
- Replies: 6
- Views: 5008
Re: Program ECIO without flowcode
If i use C18 code. cannot i not just use:
#pragma config CCP2MX=OFF , at the beginning of my code? Doesnt seem to work! I have it placed before my "void main (void)" function but still getting PWM signal on portC bit1
#pragma config CCP2MX=OFF , at the beginning of my code? Doesnt seem to work! I have it placed before my "void main (void)" function but still getting PWM signal on portC bit1
- Wed Mar 17, 2010 12:59 pm
- Forum: E-blocks
- Topic: Program ECIO without flowcode
- Replies: 6
- Views: 5008
Re: Program ECIO without flowcode
Ignore the PortA input question i was being very stupid (i asked this question after a long 9 hours of staring at code). I can see AN0 and AN1 as inputs.. Thanks for confirming the clock speed. I originally had the PWM settings to work with 4MHZ because the module has an external oscillator (which i...
- Tue Mar 16, 2010 11:14 pm
- Forum: E-blocks
- Topic: Program ECIO without flowcode
- Replies: 6
- Views: 5008
Re: Program ECIO without flowcode
Thanks. Managed to get it working! can send programs to Pic now. However i'm having a problem with my pwm code i've made in assembly code. I've tested the code on a circuit simulator (editing it for a different PIC) and it works fine so i know the PWM registers are correct (CCP2CON, T2CON, PR2 etc) ...
- Mon Mar 08, 2010 3:23 pm
- Forum: E-blocks
- Topic: Program ECIO without flowcode
- Replies: 6
- Views: 5008
Program ECIO without flowcode
Hi. I'm using the ECIO28P for my University final year project to control a motor using USB interface. I was told that it was a simpler solution to use this E-block but i'm finding it dificult to program the chip without using Flowcode. I cannot use flowcode for my project as i need to demonstrate m...