- RS232 - CPS Plus Software Wedge
- Overview
- Installation, System Requirements, and Uninstallation
- Quick Start Guide - CPS Plus Serial Data Acquisition Software
- Using CPS Plus Standard
- Data Filtering
- Data logging options
- Writing data to RS232 COM ports / controlling devices
- Tools: ASCII Table - Standard and Extended ASCII Table
- Troubleshooting
- Program Options
- Downloads, Ordering, and Support
- Using CPS Plus with Serial Converters
- License
Setup CPS Plus to send RS232 data to Microsoft Access
Activate CPS Plus Terminal window and select Log Mode > Setup DDE (if DDE lglobal log mode is selected) .
Select “Use DDE Client mode”
Client Application:
Type MSACCESS as the client name to initiate a DDE conversation with Microsoft Access
|
MSACCESS
|
Topic:
serialdatabase - name of database file without MDB extension. GetCPSDataNew function defined in Access module. Parameter $COMPORT is set by CPS Plus to indicate which COM port sends data.
|
Serialdatabase; SQL Select GetCPSDataNew($COMPORT) from SerialLog;
|
DDE Command:
Name of Access Macro, which will be executed when new data is received via RS232C port.
|
GETDATA
|
Image: CPS Plus DDE setup. DDE Client Mode.
Click on OK button to activate DDE setup.
After activating DDE mode, CPS Plus will send data received from RS232 COM ports to MS Access table named SerialLog.
Note: In order to exchange data from CPS Plus and MS Access using DDE, both applications must be running!
Resources:
Get serialdatabase.mdb from http://www.programbl.net/resources/cpsplus/serialdatabase.zip