USB HID make pic reset

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
Desdewit
Posts: 130
Joined: Sat Feb 26, 2011 4:26 am
Location: South Africa
Has thanked: 25 times
Been thanked: 11 times
Contact:

USB HID make pic reset

Post by Desdewit »

Hi

Please help?
I'm trying to use the USB HID to send data received via gsm to my pc but every time I enable the usb my pic reset when the gsm receives a sms.
Without the usb my program receives and send data via gsm and display received data on lcd correctly. :cry:
Attachments
GSM Test.fcf
(73.99 KiB) Downloaded 285 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: USB HID make pic reset

Post by Benj »

Hello,

The HID descriptor is setup for a keyboard but the options are setup for a mouse.

I think the USB Serial might be better option for you as this does not require constant transactions like HID does.

Desdewit
Posts: 130
Joined: Sat Feb 26, 2011 4:26 am
Location: South Africa
Has thanked: 25 times
Been thanked: 11 times
Contact:

Re: USB HID make pic reset

Post by Desdewit »

Hi Ben

Do I need a FTDI chip when using usb serial?

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: USB HID make pic reset

Post by Benj »

Hello,

Nope just a USB compatible PIC.

Post Reply