comunicación USB con pic 24ep512gu810

Foro para hablantes de español que deseen escribir en su lengua materna.

Moderator: Benj

Post Reply
casicalvo
Flowcode v5 User
Posts: 36
Joined: Thu Jan 10, 2013 1:54 pm
Has thanked: 3 times
Been thanked: 1 time
Contact:

comunicación USB con pic 24ep512gu810

Post by casicalvo »

Buenos días Benj, estoy intentando comunicar con USB serial el pic 24ep512gu810 con un programa de comunicaciones con el PC; estoy utilizando la placa de Mikroelectronika ESASYPIC FUSION V7, pero con consigo la comunicación; al conectarlo al PC, este me dice que no reconoce el dispositivo USB: Podrías decirme a que puede ser debido. Gracias.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: comunicación USB con pic 24ep512gu810

Post by Benj »

Hola,

Podría ser a las opciones de configuración . ¿Podría publicar su archivo de proyecto .fcfx Flowcode y voy a echar un vistazo por ti.



Hello,

It could be down to your configuration settings. Could you post your Flowcode .fcfx project file and I will take a look for you.

casicalvo
Flowcode v5 User
Posts: 36
Joined: Thu Jan 10, 2013 1:54 pm
Has thanked: 3 times
Been thanked: 1 time
Contact:

Re: comunicación USB con pic 24ep512gu810

Post by casicalvo »

Hola Benj, te adjunto el código tal y como me dices. Gracias anticipadas.


Benj Hello, I attached the code as I say. Thanks in advance.
Attachments
USB.fcf_pic16
(13.5 KiB) Downloaded 396 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: comunicación USB con pic 24ep512gu810

Post by Benj »

Hola,

He añadido un icono de código C que esperemos que configurar el chip para correr a 70MIPs y configurar el USB a ser la frecuencia desde el oscilador interno .

Pruebe esto con una segunda luz intermitente 1 para confirmar si el chip es correctamente y funcionando a una tarifa adecuada configuración.

http://www.matrixtsl.com/wiki/index.php ... ED_flasher
USB_v6.fcfx
(12.33 KiB) Downloaded 406 times


Hello,

I've added a C code icon which should hopefully set up the chip to run at 70MIPs and configure the USB to be the right frequency from the internal oscillator.

Try this with a 1 second flasher to confirm if the chip is setup correctly and running at the right rate.

http://www.matrixtsl.com/wiki/index.php ... ED_flasher
USB_v6.fcfx
(12.33 KiB) Downloaded 406 times

Post Reply