You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Volodymyr Huz edited this page Nov 28, 2019
·
4 revisions
Install GO language and compile Serial to TCP Bridge Protocol
Install GO language 1.11.13
wget https://storage.googleapis.com/golang/go1.11.13.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.11.13.linux-armv6l.tar.gz
export PATH=$PATH:/usr/local/go/bin # put into ~/.profile
Check Version
go version
Install pre requirements to compile Serial to TCP Bridge Protocol service