Hey I know that job and I'm applying for it too. And guess what, I have the caps lock working!!!! I think they're going to give me the job now so you might as well give up.
Hahaha!
Squib
![]()
Hey I know that job and I'm applying for it too. And guess what, I have the caps lock working!!!! I think they're going to give me the job now so you might as well give up.
Hahaha!
Squib
![]()
I'm not born with intelect. We all need to learn to bee smart.
I think that forum member it here to help me and others to become a beter in programing PIC. Ok, i don't need this job, i'm stupid, i give up.
If you still want to help, thank you.
Best regards.
You haven't even posted your code so how can we help you?
This is code for keyboard emulation(some keys) and kbddecs. It's work fine(sending ).
Last edited by faaktoo; - 5th June 2008 at 15:10. Reason: I forgat files
Dousbin:
USBBufferCount = USBBufferSizeRX ' RX buffer size
USBService ' keep connection alive
USBIn 1, USBBuffer, USBBufferCount, Dousbin ' read data, if available
If USBBuffer[?] = ? then
PORTA = %00000001
else
PORTA = %00000000
endif
return
I'm tried If USBBuffer > 0 then
PS
Are "KBDDESCMOJA" OK?
Dousbin:
USBBufferCount = USBBufferSizeRX ' RX buffer size
USBService ' keep connection alive
USBIn 1, USBBuffer, USBBufferCount, Dousbin ' read data, if available
If USBBuffer[?] = ? then
PORTA = %00000010
else
PORTA = %00000000
endif
return
I'm tried
If USBBuffer > 0 then 'If recieve anything
PORTA = %00000010
endif
but nothing hepend
My friend it programing on VB6 and he give me a small prog for sending commands for LED's(ON-OFF).
PS
Are "KBDDESCMOJA" OK?
Bookmarks