Author |
Message |
Topic: CCS with SNMP for PIC18 chip |
orazio
Replies: 19
Views: 31908
|
Forum: General CCS C Discussion Posted: Tue Jul 01, 2014 4:12 pm Subject: CCS with SNMP for PIC18 chip |
Hi bkamen,
I'm studying now but we are adults and we are no longer in school. is necessary to start from a library existing TCP / IP and edit it if necessary.
If someone has already addressed the ... |
Topic: CCS with SNMP for PIC18 chip |
orazio
Replies: 19
Views: 31908
|
Forum: General CCS C Discussion Posted: Tue Jul 01, 2014 9:36 am Subject: CCS with SNMP for PIC18 chip |
Hi jgschmidt,
Thanks for your response.
I have already started with ex7a.c , ex13.c, ex_st_webserver.c and ex_st_webserver2.c
I am able to compile these examples and create files. Hex
Now, before ... |
Topic: CCS with SNMP for PIC18 chip |
orazio
Replies: 19
Views: 31908
|
Forum: General CCS C Discussion Posted: Tue Jul 01, 2014 1:27 am Subject: CCS with SNMP for PIC18 chip |
Hello jgschmidt, thanks for your recommendation.
My developement board is PIC_MAXI_WEB OLIMEX
https://www.olimex.com/Products/PIC/Development/PIC-MAXI-WEB/
with on board PIC18F97J60. Softwar ... |
Topic: CCS with SNMP for PIC18 chip |
orazio
Replies: 19
Views: 31908
|
Forum: General CCS C Discussion Posted: Mon Jun 30, 2014 2:10 pm Subject: CCS with SNMP for PIC18 chip |
Hello CCS Forum,
is there some kind soul and expert CCS guru who has experience with SNMP and that can give me any suggestion?
Thanks in advance. |
Topic: CCS with SNMP for PIC18 chip |
orazio
Replies: 19
Views: 31908
|
Forum: General CCS C Discussion Posted: Mon Jun 30, 2014 2:48 am Subject: CCS with SNMP for PIC18 chip |
Good Morning,
I'm very new to TCP/IP and SNMP but I'm currently trying to make a pic driven device with PIC18F67J60 which implents an agent SNMP.
I'm using PCH 4.140 and CCS stack TCP/IP v3.3.
I do ... |
Topic: Compiling error with CCS TCP/IP stack |
orazio
Replies: 5
Views: 14340
|
Forum: General CCS C Discussion Posted: Fri Jun 27, 2014 3:20 pm Subject: Compiling error with CCS TCP/IP stack |
Ladies and gentlemen, thank you all for the many suggestions received (actually not even a hint. Shame!).
I find out what was the problem and I am writing this post to help some other newbay user tha ... |
Topic: Compiling error with CCS TCP/IP stack |
orazio
Replies: 5
Views: 14340
|
Forum: General CCS C Discussion Posted: Thu Jun 26, 2014 8:40 am Subject: Compiling error with CCS TCP/IP stack |
This is the link of the Exercise Book.
#warning add announce module
///////////////////////////////////////////////////////////////////////////
//// ... |
Topic: Compiling error with CCS TCP/IP stack |
orazio
Replies: 5
Views: 14340
|
Forum: General CCS C Discussion Posted: Thu Jun 26, 2014 8:24 am Subject: Compiling error with CCS TCP/IP stack |
Excuse me, asmallri, this is the code:
#include <18F67J60.h>
#fuses HS, NOWDT, NODEBUG
#use delay(clock=25000000)
#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7)
#define ... |
Topic: Compiling error with CCS TCP/IP stack |
orazio
Replies: 5
Views: 14340
|
Forum: General CCS C Discussion Posted: Thu Jun 26, 2014 4:38 am Subject: Compiling error with CCS TCP/IP stack |
Good morning,
i'm using PCH compiler v 4.084 and CCS TCP/IP stack v 3.3 kindly provided by CCS support.
I'd like compiling examples code described in CCS Exercise Book ("Development Kit For the ... |
Topic: Problem Interfacing PIC18F8723 and MCP23016 |
orazio
Replies: 9
Views: 11337
|
Forum: General CCS C Discussion Posted: Sun Oct 28, 2012 5:45 pm Subject: Problem Interfacing PIC18F8723 and MCP23016 |
Thank you ckielstra. I have followed your suggestion and I have solved the problem.
This is the code
#include <18f8723.h>
#fuses HS,NOWDT,PROTECT,NOLVP,NOMCLR,NOPUT
#use delay(clock= ... |
Topic: Problem Interfacing PIC18F8723 and MCP23016 |
orazio
Replies: 9
Views: 11337
|
Forum: General CCS C Discussion Posted: Sun Oct 28, 2012 3:47 pm Subject: Problem Interfacing PIC18F8723 and MCP23016 |
Sorry, but i haven't understood your suggestion.
Ok Ttelmah, i have modified the code to flash LED ON/OFF each second.
But excuse me, what do you mean when you say "verify that your chip is r ... |
Topic: Problem Interfacing PIC18F8723 and MCP23016 |
orazio
Replies: 9
Views: 11337
|
Forum: General CCS C Discussion Posted: Sun Oct 28, 2012 2:36 pm Subject: Problem Interfacing PIC18F8723 and MCP23016 |
Yes, I'm sure that PIC is running !
I have connected a led in RG3 Pin, and i have added output_bit(PIN_G3,1) in my code. When the PIC run i see the led ON.
As you proposed, I have found "MCP ... |
Topic: Problem Interfacing PIC18F8723 and MCP23016 |
orazio
Replies: 9
Views: 11337
|
Forum: General CCS C Discussion Posted: Sun Oct 28, 2012 10:44 am Subject: Problem Interfacing PIC18F8723 and MCP23016 |
Good Morning,
I'm using CCS 4.084 compiler and PIC 18F8723.
I have connected my PIC18F8723 with MCP23016 io expander by microchip, and i want to use it as output (all 16 channels).
I set MCP23016 a ... |
Topic: Problem using function write_eeprom() in 18F97J60 *** Locked |
orazio
Replies: 12
Views: 20136
|
Forum: General CCS C Discussion Posted: Tue May 29, 2012 2:37 pm Subject: Problem using function write_eeprom() in 18F97J60 *** Locked |
Eh.... basta!!!!!
No. When you spell incorrectly you often change the meaning.
Then you are wasting time for ALL of us, including yourself.
Mike |
Topic: Problem using function write_eeprom() in 18F97J60 *** Locked |
orazio
Replies: 12
Views: 20136
|
Forum: General CCS C Discussion Posted: Fri May 25, 2012 4:09 am Subject: Re: Problem using function write_eeprom() in PIC18F97J60 |
Forget the PIC18F97J60. Now i'm using PIC18F8723 with CCS 4.084.
PIC18F8723 have an eeprom, and in myapp.hex i use it to store configutation data using write_eeprom() function.
In PIC18F8723 i want ... |
|