Author |
Message |
Topic: P1C18F1320 & RS232 |
carmarmu
Replies: 4
Views: 6684
|
Forum: General CCS C Discussion Posted: Wed May 17, 2006 12:16 am Subject: P1C18F1320 & RS232 |
You must initialize TRISB (like input or output), and you must indicate to the compiler if the port is analogical or digital, since that port is shared (can act like digital line or input for AD conv ... |
Topic: RS485 - baud rate |
carmarmu
Replies: 8
Views: 14161
|
Forum: General CCS C Discussion Posted: Wed May 17, 2006 12:07 am Subject: Re: RS485 - baud rate |
Please, can you explain a bit the application?
I now that RS485 have the following specifications:
Max speed at 12 m: 35Mbps
Max speed at 1200 m : 20 kbs
If you say me what you want to do, wh ... |
Topic: ICD2 PIC18F452 ICSP |
carmarmu
Replies: 5
Views: 6714
|
Forum: General CCS C Discussion Posted: Tue May 16, 2006 12:50 pm Subject: �really can? |
I think that�s not possible.
I believe that always you must use those pins, since when you include the order to use the ICD2, a small program is recorded in PIC,wich serves to communicate with the ... |
Topic: UART Rx: char missing |
carmarmu
Replies: 8
Views: 8766
|
Forum: General CCS C Discussion Posted: Tue May 16, 2006 7:23 am Subject: UART Rx: char missing |
Indeed!
You must make the reception of data by interruption, or otherwise, you will lose data.
Luck!!
i think ive figured out the problem. Its the soft uart tx taking more time than the buffe ... |
Topic: 4x20 LCD |
carmarmu
Replies: 2
Views: 4350
|
Forum: General CCS C Discussion Posted: Sun May 14, 2006 10:40 am Subject: 4x20 LCD |
Libray or librery not... library
A failed to my fingers and always in the same word
You only must change in the LCD4x20.C libray the pins assigning them to the new pins that your you want. ... |
Topic: 4x20 LCD |
carmarmu
Replies: 2
Views: 4350
|
Forum: General CCS C Discussion Posted: Sun May 14, 2006 10:38 am Subject: 4x20 LCD |
You only must change in the LCD4x20.C libray the pins assigning them to the new pins that your you want.
If you open the librery you will see that it takes a head where explains everything.
Luck ... |
Topic: ICD2 Microchip |
carmarmu
Replies: 4
Views: 28719
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Sat May 13, 2006 1:08 pm Subject: ICD2 Microchip |
You must use your own connector.
If you want a more cheap connector, put on your PCB a pin array male and do an adaptor for ICD2, RJ11 to pin array female...
I do it alwais, is more cheap
Don�t ... |
Topic: #serialize woes |
carmarmu
Replies: 1
Views: 3727
|
Forum: General CCS C Discussion Posted: Sat May 13, 2006 12:49 pm Subject: Re: #serialize woes |
Why you use "const" ? don�t be better " int8 DEVADDRESS=1 " or "static int8 DEVADDRESS=1"? Try it !
Regards.
hi everyone.. why doesnt this work?
const int8 DEVADDRESS=1;
#serialize(id=DEVADDR ... |
Topic: changing an array in the main |
carmarmu
Replies: 5
Views: 6234
|
Forum: General CCS C Discussion Posted: Sat May 13, 2006 12:44 pm Subject: Re: changing an array in the main |
When you declare an array, and you don�t put the dimension into brackets, the compiler automatically assigns the dimension of the components that you put after the symbol �=�.
In order to change t ... |
Topic: LABVIEW and USB ?????? |
carmarmu
Replies: 4
Views: 7768
|
Forum: General CCS C Discussion Posted: Fri May 12, 2006 12:43 pm Subject: Re: USB and Labview |
I have an acquisition board done with a PIC18 with an external AD converter of 16 bits, and with the GUI with LABVIEW 7.1 (and too a remake in labview 8) and works perfectly.
I have done with Driver ... |
Topic: teraterm |
carmarmu
Replies: 4
Views: 6772
|
Forum: General CCS C Discussion Posted: Fri May 12, 2006 12:28 pm Subject: Re: teraterm |
Please, shows the rest of program, where beams the shipment.
I you want i correct you.
Regards!!!
Hi,
I am using Teraterm. I want to send a file to PIC on RS232. My definition is as follow:
#i ... |
Topic: Is it possible? ASM pic16F873 to C pic18F2620 |
carmarmu
Replies: 2
Views: 4664
|
Forum: General CCS C Discussion Posted: Fri May 12, 2006 12:23 pm Subject: Re: Is it possible? ASM pic16F873 to C pic18F2620 |
It�s impossible.
Friend...you will have to return to write code.
I have an assembly language program written in Tech-Tools ASM for the 16F873 (8051-like instructions). I can disassemble the hex ... |
Topic: Suggestion For Ethernet Communication |
carmarmu
Replies: 7
Views: 11934
|
Forum: General CCS C Discussion Posted: Fri May 12, 2006 12:15 pm Subject: Suggestion For Ethernet Communication |
I have used Rabbit products in some occasion, and recognize that they are good, but I want to do something �more craftsman�, something to program more, to entertain more time to me, and to put me in t ... |
Topic: Suggestion For Ethernet Communication |
carmarmu
Replies: 7
Views: 11934
|
Forum: General CCS C Discussion Posted: Thu May 11, 2006 12:31 pm Subject: Suggestion For Ethernet Communication |
Thanks!!! |
Topic: Suggestion For Ethernet Communication |
carmarmu
Replies: 7
Views: 11934
|
Forum: General CCS C Discussion Posted: Tue May 09, 2006 3:12 pm Subject: Suggestion For Ethernet Communication |
Hi !
I need help, recommendations�
I need to make a project using an Ethernet communication,full duplex , to transmit data of a AD converter to a PC through an Ethernet connection.
When i say "fu ... |
|