Skip to content

FujiNetWIFI/fujinet-rs232

Repository files navigation

fujinet-rs232

Code for FujiNet RS-232 Version

FUJICOM Environment Variables

The current code which is built against FUJICOM reacts to the following environment variables

Variable Default Description
FUJI_PORT 1 The Serial port to use, 1, 2, 3, 4.
FUJI_BAUD 9600 The Baud rate to use.

Build Directions

Linux

Install

wget https://github.com/open-watcom/open-watcom-v2/releases/download/Current-build/open-watcom-2_0-c-linux-x64

mkdir ~/openwatcom
cd ~/openwatcom
unzip ../Downloads/open-watcom-2_0-c-linux-x64

Setup Env

export WATCOM=~/openwatcom
export PATH=$WATCOM/binl64:$WATCOM/binl:$PATH
export EDPATH=$WATCOM/eddat
export INCLUDE=$WATCOM/h

Building

cd fujinet-rs232

$ make clean  - cleans all executables
$ make build  - makes all executatbles and put into builds directory
$ make zip    - makes all executables and put them into a zip in the top level directory

About

Code for FujiNet RS-232 Version

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages