Author |
Message |
Topic: HID device works on everything but Windows 10 |
rwskinner
Replies: 6
Views: 14934
|
Forum: General CCS C Discussion Posted: Sat Jan 26, 2019 10:05 am Subject: Resolved |
Here is what I found....
Somehow, I had goofed up and transposed...
0x01,0x10, //usb version in bcd (pic167xx is 1.1) ==3,4
Instead of
0x10,0x01, //usb version in bcd (pic167xx ... |
Topic: HID device works on everything but Windows 10 |
rwskinner
Replies: 6
Views: 14934
|
Forum: General CCS C Discussion Posted: Sat Jan 26, 2019 8:49 am Subject: HID device works on everything but Windows 10 |
I compiled the simple HID Example program, put it on the same board, and Windows 10 enumerates fine.
That probably means it doesn't like my descriptors somewhere, device type or class or something. ... |
Topic: HID device works on everything but Windows 10 |
rwskinner
Replies: 6
Views: 14934
|
Forum: General CCS C Discussion Posted: Sat Jan 26, 2019 8:28 am Subject: HID device works on everything but Windows 10 |
Unfortunately, it is a customer. Their IT department came in over the weekend and replaced their computers. So when the boards come off the production line, they get firmware put on them, then go of ... |
Topic: HID device works on everything but Windows 10 |
rwskinner
Replies: 6
Views: 14934
|
Forum: General CCS C Discussion Posted: Fri Jan 25, 2019 4:53 pm Subject: HID device works on everything but Windows 10 |
I have a Data acquisition card I built many moons ago that uses HID and a 18F4550. It also has a CDC Bootloader as well.
The Bootloader and HID works great on XP and Windows 7, but on Windows 10, ... |
Topic: Compiler Update |
rwskinner
Replies: 13
Views: 18443
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 3:19 pm Subject: Compiler Update |
I went back to Version 4.108 and it is working again and also my bootloader now compiles.
So, if I want to transition to v5.xxx can I just install everything in the PICC5 folder and use it to slowl ... |
Topic: CCS 5.xxx Sticky |
rwskinner
Replies: 39
Views: 118063
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 1:18 pm Subject: CCS 5.xxx Sticky |
Any reason version 5 eats the older project files? Does it rename them or just create v5 prj files and deletes the old ones?
I went back to version 4 and there are no project files being listed on ... |
Topic: CCS 5.xxx Sticky |
rwskinner
Replies: 39
Views: 118063
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 12:16 pm Subject: CCS 5.xxx Sticky |
Thanks, I'm not really sure how that is possible. I got a dialog stating I must close the IDE before I continue, I did and the install went fine until the very end.
All installs were from Update ... |
Topic: Compiler Update |
rwskinner
Replies: 13
Views: 18443
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 12:12 pm Subject: Compiler Update |
Thanks. I swore I tried TXSTA1. You're right. 4.141 did the same thing.
Last CD I had was 4.108 so I will uninstall everything and try that.
Man, it would be nice if this large stack of CD's ha ... |
Topic: Compiler Update |
rwskinner
Replies: 13
Views: 18443
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 9:47 am Subject: Compiler Update |
I'm having no luck. Thanks for the help however their newest lib has the same issue. I define that I'm using the USART 1 by doing this:
#define MODBUS_TYPE MODBUS_TYPE_SLAVE
#define MODBUS_SER ... |
Topic: CCS 5.xxx Sticky |
rwskinner
Replies: 39
Views: 118063
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 8:59 am Subject: V 5.009 |
Lots of little things here. I have installed and uninstalled twice now.
When installing, I get Invalid File Name when the Configuration and INI settings dialog opens and you press Configure.
If ... |
Topic: Compiler Update |
rwskinner
Replies: 13
Views: 18443
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 8:50 am Subject: Compiler Update |
Thanks,
But the generic library had defines for different mcu's and even though we are not using that mcu and that define should be jumped over, it shouldn't be a syntax error should it?
I also ha ... |
Topic: Compiler Update |
rwskinner
Replies: 13
Views: 18443
|
Forum: General CCS C Discussion Posted: Tue Jul 16, 2013 3:08 pm Subject: Compiler Update |
The pic I'm using is a 18F26J50 and I upgraded from version 4 something to 5.009. I do not remember the last version 4xx I had installed because even though I told version 5 to keep it, it did not.
... |
Topic: Compiler Update |
rwskinner
Replies: 13
Views: 18443
|
Forum: General CCS C Discussion Posted: Tue Jul 16, 2013 2:49 pm Subject: Compiler Update |
The code I have been using for several years worked fine until I recently updated. I'm using the CCS Modbus library but it has been modified to suit me needs (Choice of ASCII or RTU during runtime). ... |
Topic: USB and usb_task()? |
rwskinner
Replies: 6
Views: 11956
|
Forum: General CCS C Discussion Posted: Mon Dec 03, 2012 4:27 pm Subject: USB and usb_task()? |
My GPS serial int just grabs a char and puts it in a buffer and exits. I'm really concerned about the state machine in the CCS modbus driver RTU Slave.
I also see warnings not to use usb_task() in ... |
Topic: USB and usb_task()? |
rwskinner
Replies: 6
Views: 11956
|
Forum: General CCS C Discussion Posted: Mon Dec 03, 2012 7:43 am Subject: USB and usb_task()? |
Ttelmah,
Do you have any more details on this regarding the interrupt usb? I have a 26J50 as well using one HW serial for GPS, one HW serial for CCS Modbus, and trying to get USB to work properly bu ... |
|