commit | 976c3fb07bb57746d8a4a22e1f4147737a95f0b4 | [log] [tgz] |
---|---|---|
author | Lenard Nagy <lenard.nagy@ericsson.com> | Tue Nov 28 10:43:11 2017 +0100 |
committer | Lenard Nagy <lenard.nagy@ericsson.com> | Tue Nov 28 10:43:53 2017 +0100 |
tree | 44a4dcaaad13380d454a240381d01bd66f1ba2f8 | |
parent | c36a266b4217788e571ff89984c80c4c1d623cfd [diff] |
data bits and stop bits made configurable Signed-off-by: Lenard Nagy <lenard.nagy@ericsson.com>
Main project page:
https://projects.eclipse.org/projects/tools.titan
The source code of the TTCN-3 compiler and executor:
https://github.com/eclipse/titan.core
clone this repo to your computer in a folder (home_folder from now on)
Create a “bin” directory and cd into it
$ mkdir bin $ cd ./bin
$ ln -s ../src/* . $ ln -s ../demo/* .
$ makefilegen -e "SerialPortTests" ./*
$ make
Adjust serial port properties in SerialPort.cfg
Run the tests
$ ttcn3_start SerialPortTests SerialPort.cfg