Author |
Message |
Topic: Slow ping respond from the Ethernet board (18F4620+ENC28J60) |
leejok2003
Replies: 2
Views: 5103
|
Forum: General CCS C Discussion Posted: Mon Mar 30, 2009 11:23 pm Subject: Slow ping respond from the Ethernet board (18F4620+ENC28J60) |
Hi,
Finally i found the problem! It's the connection problem with the crystal. The board is not receiving oscillation from the crystal, but weird, the board can respond to the request, and display th ... |
Topic: Slow ping respond from the Ethernet board (18F4620+ENC28J60) |
leejok2003
Replies: 2
Views: 5103
|
Forum: General CCS C Discussion Posted: Sun Mar 29, 2009 4:33 am Subject: Slow ping respond from the Ethernet board (18F4620+ENC28J60) |
HI,
Finally i have managed to build my prototyping board on PCB. I have test the board with the ping function in the command prompt. It seems that i takes longer time to respond (1s) if compare to ... |
Topic: Connecting the ENC28J60+PIC18F4620 boad to a router |
leejok2003
Replies: 7
Views: 8472
|
Forum: General CCS C Discussion Posted: Wed Mar 11, 2009 1:46 am Subject: Connecting the ENC28J60+PIC18F4620 boad to a router |
Hi,
I finally get my board connected to my house's router! I was provided with another cross cable by my lecturer, and i just tried it out! The board now response to ping and arp as well. Thank god ... |
Topic: Connecting the ENC28J60+PIC18F4620 boad to a router |
leejok2003
Replies: 7
Views: 8472
|
Forum: General CCS C Discussion Posted: Tue Mar 10, 2009 3:36 am Subject: Connecting the ENC28J60+PIC18F4620 boad to a router |
Hi,
i have tested the board with different cable, cross and straight cable connecting to the router... but i cant detect the board from the router. Which i attend to have a local network communicati ... |
Topic: Connecting the ENC28J60+PIC18F4620 boad to a router |
leejok2003
Replies: 7
Views: 8472
|
Forum: General CCS C Discussion Posted: Mon Mar 09, 2009 5:33 am Subject: Connecting the ENC28J60+PIC18F4620 boad to a router |
Hi FvM,
I not really understand about it. Is it means that inside the PIC there should be a HTTP server to respond request from others? |
Topic: Connecting the ENC28J60+PIC18F4620 boad to a router |
leejok2003
Replies: 7
Views: 8472
|
Forum: General CCS C Discussion Posted: Mon Mar 09, 2009 3:43 am Subject: Connecting the ENC28J60+PIC18F4620 boad to a router |
Hi,
I am currently testing my board to connect to the router in my house to test whether it can be accessed by other computers. But i am facing problems on how to get the board connected? It is ju ... |
Topic: Simulate PIC24F - ISIS 7.4 -CCS, is possible? |
leejok2003
Replies: 4
Views: 6283
|
Forum: General CCS C Discussion Posted: Tue Feb 17, 2009 7:19 am Subject: Simulate PIC24F - ISIS 7.4 -CCS, is possible? |
Hi xlaz1078,
what kind of error you have there? |
Topic: sprintf problem in webpage... |
leejok2003
Replies: 16
Views: 14515
|
Forum: General CCS C Discussion Posted: Mon Feb 16, 2009 9:58 pm Subject: sprintf problem in webpage... |
Thank You guys (eskimobob & ckielstra) !! I really appreciate your help! THank you very much! I will try them as soon as i get to the lab later. |
Topic: sprintf problem in webpage... |
leejok2003
Replies: 16
Views: 14515
|
Forum: General CCS C Discussion Posted: Mon Feb 16, 2009 6:27 am Subject: sprintf problem in webpage... |
Hi eskimobob,
Sorry for confusing you...i will try my best to explain about my question:
1. I forgot to comment the LCD there. In my board, i didn't use LCD, so i just comment the "lcd_init ... |
Topic: sprintf problem in webpage... |
leejok2003
Replies: 16
Views: 14515
|
Forum: General CCS C Discussion Posted: Sun Feb 15, 2009 10:25 am Subject: sprintf problem in webpage... |
A few questions:
1) Why have you commented out lcd_init() - how do you initialise the lcd instead?
2) In your HTML, you do not specify an escape character for the LCD value. What are you expect ... |
Topic: sprintf problem in webpage... |
leejok2003
Replies: 16
Views: 14515
|
Forum: General CCS C Discussion Posted: Sun Feb 15, 2009 12:51 am Subject: sprintf problem in webpage... |
int8 http_format_char(int32 file, char id, char *str, int8 max_ret) {
char new_str[20];
int8 len=0;
float i,temp,real_volt;
Try making the i variable an int16
... |
Topic: sprintf problem in webpage... |
leejok2003
Replies: 16
Views: 14515
|
Forum: General CCS C Discussion Posted: Sat Feb 14, 2009 10:32 pm Subject: sprintf problem in webpage... |
Hi
Maybe Iam wrong but I expire problem if a const is longer than 512 byte.
If so I normally split it in smaller parts.
Hi, can you please explain it further? I am really in a big problem now ... |
Topic: sprintf problem in webpage... |
leejok2003
Replies: 16
Views: 14515
|
Forum: General CCS C Discussion Posted: Sat Feb 14, 2009 8:25 am Subject: sprintf problem in webpage... |
It's anyone there can help me? |
Topic: sprintf problem in webpage... |
leejok2003
Replies: 16
Views: 14515
|
Forum: General CCS C Discussion Posted: Fri Feb 13, 2009 9:23 am Subject: sprintf problem in webpage... |
Hi,
I am working with CCS TCPIP stack for a microcontroller based web server. I am facing problem in printing the values in CGI in the webpage. The value printed for the first variable will include t ... |
Topic: PC based oscilloscope |
leejok2003
Replies: 3
Views: 5698
|
Forum: General CCS C Discussion Posted: Tue Feb 03, 2009 8:10 pm Subject: PC based oscilloscope |
That's a really good stuff! Thanks for the info, PCM programmer |
|