Author |
Message |
Topic: 93LC46B 16bit eeprom driver |
Sigma
Replies: 1
Views: 6149
|
Forum: General CCS C Discussion Posted: Thu Mar 05, 2009 2:27 am Subject: 93LC46B 16bit eeprom driver |
Hi,
I understand there is sample code for 8bit access in the Driver folder.
Now I am urgently making an eeprom programmer using 16C63A. Has anyone done this before? Is it very different from 8bit s ... |
Topic: how can PIC connect to a DHCP server via ethernet interface |
Sigma
Replies: 1
Views: 3978
|
Forum: General CCS C Discussion Posted: Mon Jun 04, 2007 3:32 am Subject: how can PIC connect to a DHCP server via ethernet interface |
Hi, all,
Currently I have a satellite modem acting as a DHCP server.
Using telnet ip port on the PC, I can send AT command, and connect to internet via this modem.
Can I connect a PIC with this ... |
Topic: Another question regarding rs232 |
Sigma
Replies: 7
Views: 7103
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2007 7:47 pm Subject: Another question regarding rs232 |
Thanks. Ttelmah.
That means if the baud rate is fixed, lets say, 115200bps. We had to choose the correct crystal?
regards
Sigma |
Topic: Another question regarding rs232 |
Sigma
Replies: 7
Views: 7103
|
Forum: General CCS C Discussion Posted: Wed Mar 21, 2007 7:29 pm Subject: Another question regarding rs232 |
Hi, Ttelmah,
If I am using a 4Mhz crystal and 16F76 device, the following statement is allowed by the compiler.
#use delay(clock=3790000)
#use rs232(baud=115200, parity=N, BITS=8, xmit=TXD, rcv ... |
Topic: video streaming over GPRS network |
Sigma
Replies: 2
Views: 5170
|
Forum: General CCS C Discussion Posted: Fri Mar 02, 2007 12:24 am Subject: video streaming over GPRS network |
Hi, all,
I am now doing a project that needs video streaming through GPRS network. How this can be done using a PIC? I just need a basic idea how this can be done. Like what data the GPRS modem is se ... |
Topic: How to build a embedded server using PIC |
Sigma
Replies: 0
Views: 2813
|
Forum: General CCS C Discussion Posted: Wed Feb 14, 2007 2:09 am Subject: How to build a embedded server using PIC |
Hi, all,
How can I build a embedded tcp/udp server socket connection using siemens or wavecom modules?
The basic idea is that 2 socket connections will be built on this device, 1 client socket (link ... |
Topic: 2 UDP connections |
Sigma
Replies: 3
Views: 7000
|
Forum: General CCS C Discussion Posted: Thu Feb 08, 2007 7:31 pm Subject: 2 UDP connections |
Thanks, asmallri.
My customer tried 1 socket (TX and RX together) before. But they claimed that sometimes the TX data from the server was not sent to the embedded device (using MC35i). What will be t ... |
Topic: 2 UDP connections |
Sigma
Replies: 3
Views: 7000
|
Forum: General CCS C Discussion Posted: Thu Feb 08, 2007 5:09 am Subject: 2 UDP connections |
Hi, all,
Have anyone tried getting 2 UDP connections working simutaneouly with Siemens MC35i? One of my customers wants my PIC to open 2 connections with different ports to cater for TX and RX respec ... |
Topic: need help on external interrupt for PIC16C63A |
Sigma
Replies: 5
Views: 6569
|
Forum: General CCS C Discussion Posted: Fri Sep 22, 2006 11:19 pm Subject: need help on external interrupt for PIC16C63A |
Hi, all,
I could not have external interrupt triggered on my ICE2000 emulating 16C63A. I have a 10K resistor pull high on RB0. And a on/off switch to ground.
#include <16C63A.h>
#fuses ... |
Topic: Can I use PIC SPI interface to connect two SPI devices? |
Sigma
Replies: 5
Views: 6056
|
Forum: General CCS C Discussion Posted: Mon Jun 19, 2006 8:15 pm Subject: Can I use PIC SPI interface to connect two SPI devices? |
Hi, all,
I have one 12bit ADC and one 12bit DAC.
I want to interface with them using SPI interface. Do they provide different slave address for me to talk to?
I know I2C will do.
Thanks fo ... |
Topic: 18F6622 ICD problem with compiler version 3.236 |
Sigma
Replies: 6
Views: 11389
|
Forum: General CCS C Discussion Posted: Fri Mar 24, 2006 6:49 pm Subject: 18F6622 ICD problem with compiler version 3.236 |
Thanks, ckielstra.
The list file and hex file seem no problem. But in the .cof.txt file, i am surprised to find the following lines:
Optional Header:
magic=7032
vstamp=12854
proc_type=0x000 ... |
Topic: ICDU Programmer --> PIC16F676 bug??? |
Sigma
Replies: 15
Views: 23311
|
Forum: General CCS C Discussion Posted: Fri Mar 24, 2006 8:36 am Subject: ICDU Programmer --> PIC16F676 bug??? |
Hi, Mark.
I am using version 3.236. ICD-S. PICC compiler.
I also have an earlier post on this topic http://www.ccsinfo.com/forum/viewtopic.php?t=26463
Thanks.
Sigma |
Topic: ICDU Programmer --> PIC16F676 bug??? |
Sigma
Replies: 15
Views: 23311
|
Forum: General CCS C Discussion Posted: Fri Mar 24, 2006 4:07 am Subject: ICDU Programmer --> PIC16F676 bug??? |
Hi, Rock, Miko, Mike and anyone stuck into this problem b4,
Have you found out the reason for this problem.
I am having the same problem for PIC18F6622. The compiler thought it was a PIC16C622
... |
Topic: 18F6622 ICD problem with compiler version 3.236 |
Sigma
Replies: 6
Views: 11389
|
Forum: General CCS C Discussion Posted: Thu Mar 23, 2006 7:05 pm Subject: 18F6622 ICD problem with compiler version 3.236 |
It seems like few people using 18F6622. But could anyone using this chip compile my sample program and try to see whether it will work on bebug mode using your compiler? If anyone have any suggestion, ... |
Topic: 18F6622 ICD problem with compiler version 3.236 |
Sigma
Replies: 6
Views: 11389
|
Forum: General CCS C Discussion Posted: Thu Mar 23, 2006 8:20 am Subject: 18F6622 ICD problem with compiler version 3.236 |
Thanks Humberto. I know this famous problem of ICD 'can not start target......' But i would say this one i encountered is not the same problem. It is giving another problem before getting this one. Th ... |
|