ricx
Joined: 06 Jan 2008 Posts: 4
|
tcp/ip stack and stream option in #use rs232 |
Posted: Thu Jan 13, 2011 7:58 am |
|
|
Hi.
I'm trying to implement a code. My 18F4620 communicates with pc via ethernet over tcp-ip protocol.
I want to use
Code: | #use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7,stream=pc) |
and
Code: | fprintf(pc,"Hello"); |
but compiler messages error that "undefined identifier pc".
What is wrong?
Thx for help. |
|