Author |
Message |
Topic: Send "space command" through USB |
lmercor
Replies: 2
Views: 3549
|
Forum: General CCS C Discussion Posted: Sat Jun 21, 2008 11:39 am Subject: Send "space command" through USB |
I already found a document, which contains the table for the scancodes used for hid divices, such keyboards.
thanks. |
Topic: Send "space command" through USB |
lmercor
Replies: 2
Views: 3549
|
Forum: General CCS C Discussion Posted: Fri Jun 20, 2008 8:39 pm Subject: Send "space command" through USB |
Hello, I'm using the usb example "ex_usb_kbmouse" to emulate a PC keyboard with a PIC microcontroller, the thing is that I want to send a "Space command" like if somebody have pre ... |
Topic: pic freezing. stop working |
lmercor
Replies: 11
Views: 11145
|
Forum: General CCS C Discussion Posted: Fri Sep 21, 2007 9:59 am Subject: pic freezing. stop working |
Well, I did change the pic for another 4550, but yesterday I tried using a 4455 which is almost the same as the 4550 and I left it all night and until now it still working fine.
Thank you for your ... |
Topic: pic freezing. stop working |
lmercor
Replies: 11
Views: 11145
|
Forum: General CCS C Discussion Posted: Thu Sep 20, 2007 7:22 pm Subject: pic freezing. stop working |
I'm using the MCLR pin as input, and of course it has the Xtal capacitors |
Topic: pic freezing. stop working |
lmercor
Replies: 11
Views: 11145
|
Forum: General CCS C Discussion Posted: Thu Sep 20, 2007 2:09 pm Subject: pic freezing. stop working |
thank you everyone. I will check everything you have mentioned.
Thank you very much again. |
Topic: pic freezing. stop working |
lmercor
Replies: 11
Views: 11145
|
Forum: General CCS C Discussion Posted: Thu Sep 20, 2007 1:35 pm Subject: pic freezing. stop working |
Does it fail when you touch something or slide something?
The system is working fine, and I have checked every hour and still works, so I leave the system works for all the night and in the morning i ... |
Topic: pic freezing. stop working |
lmercor
Replies: 11
Views: 11145
|
Forum: General CCS C Discussion Posted: Thu Sep 20, 2007 8:59 am Subject: pic freezing. stop working |
thanks for your reply.
1. Problems in the crystal oscillator circuit
I don't think that was a cristal problem, because starts work fine for 3 hours but suddenly it stops.
2. Forgetting to ad ... |
Topic: pic freezing. stop working |
lmercor
Replies: 11
Views: 11145
|
Forum: General CCS C Discussion Posted: Wed Sep 19, 2007 10:53 pm Subject: pic freezing. stop working |
hello I have a little problem with a hardware I developed.
I'm using a pic18f4550 is kind a large amount of code, and when the hardware start works great, but after a couple of hours it suddenly stop ... |
Topic: em4095 and PIC18fxxxx |
lmercor
Replies: 10
Views: 14833
|
Forum: General CCS C Discussion Posted: Mon Jul 30, 2007 6:21 pm Subject: em4095 and PIC18fxxxx |
here is my code. i'm not using the eeprom of the pic.
#include <18F4550.h>
#fuses XTPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL1,CPUDIV3,VREGEN
#fuses BROWNOUT, BORV28, NOCPD, STVREN, NOIE ... |
Topic: em4095 and PIC18fxxxx |
lmercor
Replies: 10
Views: 14833
|
Forum: General CCS C Discussion Posted: Mon Jul 30, 2007 5:08 pm Subject: em4095 and PIC18fxxxx |
I'm using the PIC18F4550 and also I've tried the PIC18F4455 and the same result with the two pics, I 've done a led program with the 18 pic and works fine.
I developed a rfid reader using the em409 ... |
Topic: em4095 and PIC18fxxxx |
lmercor
Replies: 10
Views: 14833
|
Forum: General CCS C Discussion Posted: Mon Jul 30, 2007 4:40 pm Subject: em4095 and PIC18fxxxx |
I compiled the program in another version, (a friend of mine has 4.033 version) and I still don't get anything. so I really can't imagine what could it be, because in the pic877 works perfect. and I d ... |
Topic: em4095 and PIC18fxxxx |
lmercor
Replies: 10
Views: 14833
|
Forum: General CCS C Discussion Posted: Mon Jul 30, 2007 1:58 pm Subject: em4095 and PIC18fxxxx |
I'm working with 4.013 version for PCM and PCH |
Topic: em4095 and PIC18fxxxx |
lmercor
Replies: 10
Views: 14833
|
Forum: General CCS C Discussion Posted: Mon Jul 30, 2007 1:32 pm Subject: em4095 and PIC18fxxxx |
does anyone has worked with the em4095 and a pic18 series.
I worked with a pic 16 and works fine, but when I changed to the pic18 the code does not work. it does not decode the tag, or recognize it.
... |
Topic: pic18f4550 usb and windows blue screen |
lmercor
Replies: 3
Views: 5379
|
Forum: General CCS C Discussion Posted: Wed Jul 04, 2007 11:30 am Subject: pic18f4550 usb and windows blue screen |
I'm doing a test program to send and receive data over the usb port. I already did the receiver part and it works fine I receive 5 bytes from the pic and I can see it in the PC, but the problem is whe ... |
Topic: USB descriptor HELP |
lmercor
Replies: 0
Views: 2970
|
Forum: General CCS C Discussion Posted: Wed Jun 20, 2007 5:21 pm Subject: USB descriptor HELP |
well I'm working with USB and I'm using the descriptor that comes wiht the compiler ( usb_desc_hid.h), but I'm want to send 5 bytes instead of 2. the descriptor provided in the compiler sends 2 bytes ... |
|