View previous topic :: View next topic |
Author |
Message |
avjarun
Joined: 28 Mar 2021 Posts: 12
|
Need Help in Selecting Compiler |
Posted: Sun Mar 28, 2021 11:05 pm |
|
|
Hi All,
I am planning to purchase CCS compiler and I would like to know if the COMMAND LINE version will be suitable for using it with MPLAB IDE? And yes, I do not need the CCS IDE.
Secondly, and more importantly, I wish to implement MODBUS SLAVE with ETHERNET. Please advise if the necessary library is available with CCS. The preferred controller will be PIC18 series.
Thanks for your Time! |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sun Mar 28, 2021 11:41 pm |
|
|
Yes to all questions.
PCH compiler for PIC18:
https://www.ccsinfo.com/product_info.php?products_id=PCH_full
Files included with PCH:
Example files:
Ex_modbus_slave.c
Ex_modbus_master.c
Driver files:
modbus.c
modbus.h
modbus_app_layer.c
modbus_app_layer.h
modbus_app_layer_tcpip.c
modbus_app_layer_tcpip.h
modbus_phy_layer.h
modbus_phy_layer_ascii.c
modbus_phy_layer_rtu.c
modbus_phy_layer_tcpip.c
modbus_phy_layer_tcpip.h |
|
|
bkamen
Joined: 07 Jan 2004 Posts: 1615 Location: Central Illinois, USA
|
Re: Need Help in Selecting Compiler |
Posted: Mon Mar 29, 2021 1:42 am |
|
|
avjarun wrote: | Hi All,
I am planning to purchase CCS compiler and I would like to know if the COMMAND LINE version will be suitable for using it with MPLAB IDE? And yes, I do not need the CCS IDE.
|
Yes - that's how I use it most all the time.
#include <all_of_what_PCM_said> _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D |
|
|
avjarun
Joined: 28 Mar 2021 Posts: 12
|
|
Posted: Wed Mar 31, 2021 4:42 am |
|
|
Thank you all. Will go ahead with it. |
|
|
|