/K8055Test

A testing program for the K8055Simulator

Primary LanguageC#MIT LicenseMIT

K8055Test

Synopsis

This testing tool allows you to interface with a K8055 to check if the device is working correctly. I wrote this initially to test my K8055 Simulator, though it works with both the simulator and the actual K8055, depending which .dll you use.

The user interface is designed to be very close to the by Velleman created K8055Demo, which provides essentially the same functionality, but doesn't work with the simulator.

Prerequisites

Installation

I provided an already compiled project here. But if you prefer to build the library yourself I provided instructions below:

Type the following in the Visual Studio Commandline:

> git clone https://github.com/bbartels/K8055Test.git
> msbuild.exe K8055Test\K8055Test\.sln /p:Configuration=Release
> move PATH_TO_K8055D.dll K8055Test\K8055Test\bin\Release
> K8055Test\K8055Test\bin\Release\K8055.exe

Alternatively you can open the solution in Visual Studio and compile it there.

License

This project is licensed under the MIT License, for further information please refer to the LICENSE file in the projects root directory.