Author |
Message |
Topic: SNMP using CCS TCP stack 3.75 @CCS compiler V4.081 |
jamesjl
Replies: 6
Views: 6844
|
Forum: General CCS C Discussion Posted: Wed Oct 28, 2009 4:49 pm Subject: SNMP using CCS TCP stack 3.75 @CCS compiler V4.081 |
Bn,
thanks for the heads up.
J. |
Topic: SNMP using CCS TCP stack 3.75 @CCS compiler V4.081 |
jamesjl
Replies: 6
Views: 6844
|
Forum: General CCS C Discussion Posted: Wed Oct 28, 2009 5:56 am Subject: SNMP using CCS TCP stack 3.75 @CCS compiler V4.081 |
No, not yet. Just trying to find the time to get all of the pieces together before I take a close look. Do you know which is the latest MCHP TCP/IP stack to be ported to CCS? Is it generally availa ... |
Topic: SNMP using CCS TCP stack 3.75 @CCS compiler V4.081 |
jamesjl
Replies: 6
Views: 6844
|
Forum: General CCS C Discussion Posted: Fri Oct 23, 2009 1:52 pm Subject: SNMP using CCS TCP stack 3.75 @CCS compiler V4.081 |
Did you ever get your question answered or did you manage to sort it out yourself? I'm looking at a new SNMP project and thought that the PIC would be a great way to do it, but not if there are stack ... |
Topic: Splitting a 16 bit word into two 8 bit bytes |
jamesjl
Replies: 5
Views: 10821
|
Forum: General CCS C Discussion Posted: Thu Dec 21, 2006 10:14 am Subject: Splitting a 16 bit word into two 8 bit bytes |
The answer is to use make8(); This is from the manual:
int32 x;
int y;
y = make8(x,3); // Gets MSB of x
|
Topic: int1 variable declaration |
jamesjl
Replies: 3
Views: 4332
|
Forum: General CCS C Discussion Posted: Wed Oct 25, 2006 6:46 am Subject: int1 variable declaration |
Thanks for the info and sorry for the glaf. I didn't properly read it back before submitting it.
When I get a moment I will re-install 3.249 and give it a try. Can they be installed in parallel o ... |
Topic: int1 variable declaration |
jamesjl
Replies: 3
Views: 4332
|
Forum: General CCS C Discussion Posted: Wed Oct 25, 2006 5:38 am Subject: int1 variable declaration |
Guys,
PIC18F6680
PCWH 4.013
I have a number of glafs set as int1 type. However, they seem to be losing their values during the execution of my app. If I change the variable from int1 to int8 ... |
Topic: just a pic for internet? |
jamesjl
Replies: 3
Views: 6085
|
Forum: General CCS C Discussion Posted: Tue Oct 24, 2006 2:47 pm Subject: just a pic for internet? |
I needed TCP/IP in my current app and opted for an external TCP/IP module from Digi. It has a simple RS232 interface and was relatively easy to connect to my PIC. It runs on 3.3 volts and I needed 5 ... |
Topic: CAN BUS in Dev kit does not work |
jamesjl
Replies: 7
Views: 7020
|
Forum: General CCS C Discussion Posted: Mon Oct 09, 2006 1:40 pm Subject: CAN BUS in Dev kit does not work |
I still have 3.249 in reserve for when things don't seem to go according to plan. |
Topic: CAN BUS in Dev kit does not work |
jamesjl
Replies: 7
Views: 7020
|
Forum: General CCS C Discussion Posted: Mon Oct 09, 2006 7:04 am Subject: CAN BUS in Dev kit does not work |
Simon,
used 3.249 and others below it and V4.009 which I am using now.
Jason |
Topic: CAN BUS in Dev kit does not work |
jamesjl
Replies: 7
Views: 7020
|
Forum: General CCS C Discussion Posted: Sun Oct 08, 2006 2:37 pm Subject: CAN BUS in Dev kit does not work |
I bought the CAN dev kit and it was programmed out of the box and worked fine. I have since re-programmed both PICs on the board with CAN-A and and CAN-B code that ships with the compiler and all wor ... |
Topic: CCS Bootloader and Hyperterminal |
jamesjl
Replies: 0
Views: 2687
|
Forum: General CCS C Discussion Posted: Wed Oct 04, 2006 1:17 pm Subject: CCS Bootloader and Hyperterminal |
Hi Guys,
just a quick question about bootloaders again. I am using the CCS bootloader but I am not able to send my hex file using HyperTerminal! Should I be able to use HT and if so can anyone su ... |
Topic: SIOW and bootloader |
jamesjl
Replies: 0
Views: 3675
|
Forum: General CCS C Discussion Posted: Wed Oct 04, 2006 7:21 am Subject: SIOW and bootloader |
Hi,
I am trying to grow my own software for uploaded the hex file to my PIC18F458 which has the CCS bootloader installed.
Siow.exe works great when I click the menu option labelled Download soft ... |
Topic: CCS Bootloader and Hyperterminal |
jamesjl
Replies: 9
Views: 10686
|
Forum: General CCS C Discussion Posted: Tue Oct 03, 2006 2:22 am Subject: CCS Bootloader and Hyperterminal |
Andrew,
work I'm afraid. It's a distributed monitoring and management solution that connects to its PC controller using Ethernet and then each Ethernet controller connects to up to 100 remote moni ... |
Topic: CCS Bootloader and Hyperterminal |
jamesjl
Replies: 9
Views: 10686
|
Forum: General CCS C Discussion Posted: Tue Oct 03, 2006 1:49 am Subject: CCS Bootloader and Hyperterminal |
Andrew,
you are correct in your thoughts. I do indeed need to speak to this using IP. I already do this with an existing VB.NET app that I am writting, to send and receive control information fro ... |
Topic: CCS Bootloader and Hyperterminal |
jamesjl
Replies: 9
Views: 10686
|
Forum: General CCS C Discussion Posted: Tue Oct 03, 2006 1:37 am Subject: CCS Bootloader and Hyperterminal |
Andrew,
since the Digi simply connects to the serial port on the PIC, shouldn't I just be able to use the standard bootloader, perhaps with some minor modifications?
Any thoughts?
Jason. |
|