prjemian / cmd_response

simple command/response access via USB to input/output capabilities of Arduino Microcontrollers
https://cmd-response.readthedocs.io
Other
3 stars 3 forks source link

.dbd file missing #1

Closed sivanandareddy closed 9 years ago

sivanandareddy commented 9 years ago

Is it necessary to have dbd file? If i would like to edit with VDCT (visual Database Configuration Tool) is it possible?

prjemian commented 9 years ago

Only if you wish to use VDCT. Then you need a .dbd file. I rely on the default .dbd that comes from EPICS base: /usr/local/epics/base/src/std/softIoc/base.dbd

# This file includes the standard record types and device support
# provided by Base and (usually) loaded into all IOCs.

It is not necessary to include this file file in the cmd_response project.