Author |
Message |
Topic: vnc1l Vinculum |
nasbyc
Replies: 2
Views: 4965
|
Forum: General CCS C Discussion Posted: Thu Jan 24, 2013 8:04 am Subject: vnc1l Vinculum |
thank you for your answer. maybe my questions not very clear. what i wish to do is for example you have data1,data2....................up to data32. which each data comprise of values from different s ... |
Topic: vnc1l Vinculum |
nasbyc
Replies: 2
Views: 4965
|
Forum: General CCS C Discussion Posted: Thu Jan 24, 2013 7:19 am Subject: vnc1l Vinculum |
I have question regarding vnc1l (data logger). I managed to write data into a file. I'm wondering is it posible to write into multiple file because I have alot of data thus its convenient if it can be ... |
Topic: dspic30f4013 |
nasbyc
Replies: 4
Views: 7280
|
Forum: General CCS C Discussion Posted: Wed Jan 23, 2013 9:05 am Subject: dspic30f4013 |
ACS712 is a current sensor which I used to measure the current consume by dspic and several devices. this is the result I get where on multimeter 0.05A or 0.04A. I already change setup_port_a(sAN1) an ... |
Topic: dspic30f4013 |
nasbyc
Replies: 4
Views: 7280
|
Forum: General CCS C Discussion Posted: Wed Jan 23, 2013 6:30 am Subject: dspic30f4013 |
Hi i want to read analog input from acs712 using dspic30f4013.Is there any diffrence in setup reading the analog input from pic. because the reading I obtained convert to current is different from the ... |
Topic: rs485 communication |
nasbyc
Replies: 5
Views: 8444
|
Forum: General CCS C Discussion Posted: Fri Nov 02, 2012 10:39 am Subject: rs485 communication |
I'm using max481 as a driver. I also had wired re and de pin together to pic. Is it necessary to turn on /off receiver when transmitting data ? I successfully transmit #1128A from master to slave. I k ... |
Topic: rs485 communication |
nasbyc
Replies: 5
Views: 8444
|
Forum: General CCS C Discussion Posted: Fri Nov 02, 2012 4:56 am Subject: rs485 communication |
Anyone?
I tried setup_uart(False) and setup_uart(True) before and after sending data. however no data been sending out. |
Topic: rs485 communication |
nasbyc
Replies: 5
Views: 8444
|
Forum: General CCS C Discussion Posted: Thu Nov 01, 2012 8:24 am Subject: rs485 communication |
Hi, I used one of the programs posted in the forum and modified it. I tried with 1 master and 2 slave pic. It worked when I try to send data from master to the slave. The problem is to tell the master ... |
Topic: verification error |
nasbyc
Replies: 3
Views: 6372
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2012 10:05 am Subject: verification error |
problem solved. doesnt know what exactly the problem, error might cause by hardware and software updates. I changed my pic and all my previous prog had to be save in other name to be compiled successf ... |
Topic: verification error |
nasbyc
Replies: 3
Views: 6372
|
Forum: General CCS C Discussion Posted: Tue Mar 20, 2012 2:39 pm Subject: verification error |
I have programmed a lot of chip using icsp before using icd-u64. It was just yesterday when i try to load my program (which already worked earlier) into the chip, the error message occur. By using ccs ... |
Topic: verification error |
nasbyc
Replies: 3
Views: 6372
|
Forum: General CCS C Discussion Posted: Tue Mar 20, 2012 9:32 am Subject: verification error |
hi
I'm using pic16f88 and programmed its using icsp. Before this all code are working well. Then I test it when to write into chip, a verification error message occurs. Does the error occur besause o ... |
Topic: RS232 receive |
nasbyc
Replies: 14
Views: 13593
|
Forum: General CCS C Discussion Posted: Fri Nov 18, 2011 10:10 am Subject: RS232 receive |
thanks |
Topic: RS232 receive |
nasbyc
Replies: 14
Views: 13593
|
Forum: General CCS C Discussion Posted: Fri Nov 18, 2011 9:51 am Subject: RS232 receive |
The problem here, is that the thread is about RS232, not RS485. The problem of hijacking a thread....
Now, step back. Original thread is about RS232, using a LT1280 driver. The LT1280, has an 'enab ... |
Topic: RS232 receive |
nasbyc
Replies: 14
Views: 13593
|
Forum: General CCS C Discussion Posted: Fri Nov 18, 2011 7:08 am Subject: RS232 receive |
Your hardware is too complicated.
Just use the folowing.
PIC<- max232-> PC.
example wiring is in the CCS Help files.
There is no need for the RS485 chips in this setup.
Also, you ca ... |
Topic: RS232 receive |
nasbyc
Replies: 14
Views: 13593
|
Forum: General CCS C Discussion Posted: Fri Nov 18, 2011 6:01 am Subject: RS232 receive |
The reason is simple. You are turning off the LT1280, by using the enable pin.
If you want to receive, the chip _must_ be turned on. The 'enable' output on the serial connection, is for things like R ... |
Topic: 10 motors |
nasbyc
Replies: 18
Views: 22849
|
Forum: General CCS C Discussion Posted: Fri Nov 11, 2011 9:43 am Subject: 10 motors |
Thanks a lot guys. Really apreciate all your help. What i need now is to buy the components and construct the circuit. |
|