Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The code for µC/Modbus is found in the following directories.

...

Target Independent Source Code

\Micrium\Software\uC-Modbus\Source

...

mb.c          Master/Slave independent code
mb.h    
mb_def.h      Modbus Definitions
mb_util.c     ASCII convertions utilities
 
mbs_core.c Slave specific code
 
mbm_core.c Master specific code

...

RTOS Interface

\Micrium\Software\uC-Modbus\OS\uCOS-II

...

mb_os.h (See Section 8.00)

...

Product Specific Files

???\Product

This directory contains your application code. You need to provide the following files:

...

mb_bsp.c (See Section 6.00)

...

CPU and Compiler Specific Files

\Micrium\Software\uC-CPU\<CPU-type>\<compiler>

...