Author |
Message |
Topic: RS485 - problem with pointer |
emil86
Replies: 6
Views: 7726
|
Forum: General CCS C Discussion Posted: Sat Jan 06, 2007 12:46 pm Subject: RS485 - problem with pointer |
GE thanks a lot
You guys saved me again!! |
Topic: RS485 - problem with pointer |
emil86
Replies: 6
Views: 7726
|
Forum: General CCS C Discussion Posted: Sat Jan 06, 2007 11:54 am Subject: RS485 - problem with pointer |
Sorry i can't find the line where i am using the 'data' variable like an array.
And how should i fix my source code so it will be okay?
Thanks in advance. |
Topic: RS485 - problem with pointer |
emil86
Replies: 6
Views: 7726
|
Forum: General CCS C Discussion Posted: Fri Jan 05, 2007 10:43 am Subject: RS485 - problem with pointer |
.... |
Topic: RS485 - problem with pointer |
emil86
Replies: 6
Views: 7726
|
Forum: General CCS C Discussion Posted: Fri Jan 05, 2007 8:20 am Subject: RS485 - problem with pointer |
hy guys,
first i want to thank you for thisgreat forum you helped me a much till now.
please take a look at my source code and tell me if the type definitons are ok, because this is my first tim ... |
Topic: RS485.c - Communication won't work |
emil86
Replies: 5
Views: 8801
|
Forum: General CCS C Discussion Posted: Wed Nov 22, 2006 4:26 am Subject: RS485.c - Communication won't work |
i have them lying around,...but i think i dont need them now, because im transmitting on one Board (3cm)
i think it also should work if im only using 2 pic's and connecting rx-->tx and tx<-- ... |
Topic: RS485.c - Communication won't work |
emil86
Replies: 5
Views: 8801
|
Forum: General CCS C Discussion Posted: Wed Nov 22, 2006 3:59 am Subject: Forgotten |
the source of the sender:
void main(void)
{
int8 *x,y;
y=130;
*x=y;
setup_oscillator(OSC_8MHZ|OSC_INTRC|OSC_PLL_OFF); //stellt die Frequ. auf 8MHz
se ... |
|