Author |
Message |
Topic: INT_RDA Problem |
CDE_modicaon
Replies: 4
Views: 11742
|
Forum: General CCS C Discussion Posted: Fri Dec 27, 2013 1:42 am Subject: INT_RDA Problem |
Hi i have change my coding and thankfully its working i just facing a little problem with buffer pointer (variable)..... next_in and next_out .........
next_out value is not increasing after 9..... ... |
Topic: INT_RDA Problem |
CDE_modicaon
Replies: 4
Views: 11742
|
Forum: General CCS C Discussion Posted: Thu Dec 26, 2013 5:50 am Subject: INT_RDA Problem |
Hi
i am using int_rda interrupt and continuous receiving this string "@@@@99900035;^^^^^xxx\0D\0A" at the rate of 100 ms at 1200 baud rate. i just want to extract only xxx from the string ... |
Topic: modscan32 with PIC18F2550 |
CDE_modicaon
Replies: 5
Views: 12253
|
Forum: General CCS C Discussion Posted: Fri Dec 13, 2013 3:26 am Subject: Re: modscan32 with PIC18F2550 |
plz check the code which i am using for PIC18F2550 (as a slave).
#include <18F2550.h>
#use delay(internal=8MHz)
#fuses HS,NOLVP,NOWDT,NOBROWNOUT,PROTECT, PUT
#define MODBUS_TYPE ... |
Topic: modscan32 with PIC18F2550 |
CDE_modicaon
Replies: 5
Views: 12253
|
Forum: General CCS C Discussion Posted: Thu Dec 12, 2013 9:50 am Subject: modscan32 with PIC18F2550 |
Thank you very much for your reply....
My aim is to communicate b/w pic18F2550 (as a slave) with S7-1200 Siemens PLC (as a master).
I read the EX_modbus.c and EX_modbus_Slave.c which is given in ... |
Topic: modscan32 with PIC18F2550 |
CDE_modicaon
Replies: 5
Views: 12253
|
Forum: General CCS C Discussion Posted: Thu Dec 12, 2013 12:04 am Subject: modscan32 with PIC18F2550 |
we want to implement a modbus communication b/w Modbus32 and Pic controller. I am using PCWHD compiler version 4.093. Plz help me how to implement and let me know which example should be used:
Ex_m ... |
|