Author |
Message |
Topic: 18f4550 Usb Hid Device Problem [Solved] |
biomed12
Replies: 6
Views: 16004
|
Forum: General CCS C Discussion Posted: Tue Dec 20, 2016 6:01 pm Subject: 18f4550 Usb Hid Device Problem [Solved] |
The device has a serial number as you see in the link below.
http://i.hizliresim.com/vXbdRA.png
EDIT: The problem is solved and i added the explanation to the first message's first line. |
Topic: 18f4550 Usb Hid Device Problem [Solved] |
biomed12
Replies: 6
Views: 16004
|
Forum: General CCS C Discussion Posted: Mon Dec 19, 2016 5:31 pm Subject: 18f4550 Usb Hid Device Problem [Solved] |
Put a serial number in your string descriptor. Look at the examples.
Compiler Version: 5.064
I think the problem is windows 10. Because I tried a comlete project hex file which has been shared o ... |
Topic: 18f4550 Usb Hid Device Problem [Solved] |
biomed12
Replies: 6
Views: 16004
|
Forum: General CCS C Discussion Posted: Mon Dec 19, 2016 7:06 am Subject: 18f4550 Usb Hid Device Problem [Solved] |
However one thing leaps out in your string descriptor. No serial number. The CCS HID device descriptor (which you are presumably using, since you don't post your own one), includes the flag to req ... |
Topic: 18f4550 Usb Hid Device Problem [Solved] |
biomed12
Replies: 6
Views: 16004
|
Forum: General CCS C Discussion Posted: Sun Dec 18, 2016 6:16 pm Subject: 18f4550 Usb Hid Device Problem [Solved] |
EDIT: IN FACT IT WAS NOT A PROBLEM. I SUPPOSED THAT MY DEVICE WILL BE SEEN IN THE DEVICE MANAGER WITH ITS NAME. BUT, IT DOESN'T SEEN. SO, IT IS NOT A PROBLEM. THE DEVICE IS SUCCESSFULLY COMMUNICATING ... |
Topic: [USB]Windows doesn't recognize the 18f4550 |
biomed12
Replies: 5
Views: 17299
|
Forum: General CCS C Discussion Posted: Tue Sep 20, 2016 2:33 pm Subject: [USB]Windows doesn't recognize the 18f4550 |
step 1... try the working examples that CCS supplies !
step 2.. be SURE D+ and D- ARE connected properly !!
step3 .. ONCE 1 and 2 are 100% working THEN 'go out on your own' and cut code.
USB i ... |
Topic: [USB]Windows doesn't recognize the 18f4550 |
biomed12
Replies: 5
Views: 17299
|
Forum: General CCS C Discussion Posted: Mon Sep 19, 2016 5:35 pm Subject: [USB]Windows doesn't recognize the 18f4550 |
Hello,
I want to use USB communication to communicate my 18f4550 and PC. I used the project wizard to create a project. Codes and header files here:
1-main.h file
#include <18F4550.h&g ... |
Topic: UDP doesn't work |
biomed12
Replies: 0
Views: 6804
|
Forum: General CCS C Discussion Posted: Thu Aug 25, 2016 7:54 pm Subject: UDP doesn't work |
Hello everyone,
Very basically I want to communicate my 18f4620 with my PC. The software which is at PC side is a server and the PIC is client.
I started the server and also tested by sending ... |
Topic: enc28j60 module MAC |
biomed12
Replies: 0
Views: 5697
|
Forum: General CCS C Discussion Posted: Wed Aug 24, 2016 3:30 pm Subject: enc28j60 module MAC |
Hello everyone,
I have a trouble with enc28j60. I bought a module and created circuit briefly.
Neither in udp project nor in http server project, pic doesn't connect to my router. I think that i ... |
Topic: 18f4620 PLL Configuration |
biomed12
Replies: 9
Views: 18342
|
Forum: General CCS C Discussion Posted: Mon Aug 22, 2016 1:50 am Subject: 18f4620 PLL Configuration |
Also the obvious comment:
note: I read 18f4550's datasheet.
Why?.
You have a 18f4620. It is this chip's data sheet you need to read. The 4550, in common with most of the USB PIC's has muc ... |
Topic: TCP/udp Server |
biomed12
Replies: 4
Views: 12193
|
Forum: General CCS C Discussion Posted: Sun Aug 21, 2016 5:44 pm Subject: TCP/udp Server |
Gabriel was pointing you to the Ardunio as there's a lot more written for it than PICs. It is easy to take any Ardunio C code and rewrite as CCS C.
His reference to the 'cloud' , is that it is a kno ... |
Topic: 18f4620 PLL Configuration |
biomed12
Replies: 9
Views: 18342
|
Forum: General CCS C Discussion Posted: Sun Aug 21, 2016 5:29 pm Subject: 18f4620 PLL Configuration |
If you look in the device header (h) file you will find those fuses won't work.
Using a 10MHZ xtal, this fuse configuration worked for another user:
#fuses H4, NOWDT, NOBROWNOUT, NOPUT, NOLVP, NOMCL ... |
Topic: 18f4620 PLL Configuration |
biomed12
Replies: 9
Views: 18342
|
Forum: General CCS C Discussion Posted: Sun Aug 21, 2016 4:33 pm Subject: 18f4620 PLL Configuration |
Hello,
I want to run 18f4620 at 40Mhz. Is this configuration enough for it and does compiler detect automatically configuration? When i was studying with 18f4550 i was adding some fuses like
#fus ... |
Topic: TCP/udp Server |
biomed12
Replies: 4
Views: 12193
|
Forum: General CCS C Discussion Posted: Wed Aug 17, 2016 4:39 pm Subject: TCP/udp Server |
So, basically the same thing you already asked.
This is nothing new...google.
You need hardware and a cloud service.
Most examples you will find are for arduino.
You need an example that uses th ... |
Topic: TCP/udp Server |
biomed12
Replies: 4
Views: 12193
|
Forum: General CCS C Discussion Posted: Wed Aug 17, 2016 1:34 pm Subject: TCP/udp Server |
Hello,
I need to design a udp server with MCU. I glanced CCS manual but I couldn't see anything about relavant libraries. Where can i find socket programming libraries?
Thanks. |
Topic: How to Send Biosignals Over Internet |
biomed12
Replies: 8
Views: 13266
|
Forum: General CCS C Discussion Posted: Wed Aug 17, 2016 7:02 am Subject: How to Send Biosignals Over Internet |
Biomed12
You got some ideas from forum members, but:
You want to learn how to make this project or you want someone to make the project for you?
Best wishes
Joe
I want do it definitely. I h ... |
|