SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-tarm-serial rpm build for : OpenSuSE. For other distributions click golang-github-tarm-serial.

Name : golang-github-tarm-serial
Version : 0.0.0+git20180830.98f6abe Vendor : obs://build_opensuse_org/devel:languages:go
Release : 1.3 Date : 2021-01-12 22:20:35
Group : Development/Languages/Golang Source RPM : golang-github-tarm-serial-0.0.0+git20180830.98f6abe-1.3.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Go package to read and write from the serial port as a stream of bytes
Description :
It aims to have the same API on all platforms, including windows. As an added bonus,
the windows package does not use cgo, so you can cross compile for windows from
another platform.

You can cross compile with GOOS=windows GOARCH=386 go install github.com/tarm/serial

Currently there is very little in the way of configurability. You can set the baud rate.
Then you can Read(), Write(), or Close() the connection. By default Read() will block
until at least one byte is returned. Write is the same.

Currently all ports are opened with 8 data bits, 1 stop bit, no parity, no hardware
flow control, and no software flow control. This works fine for many real devices and
many faux serial devices including usb-to-serial converters and bluetooth serial ports.

You may Read() and Write() simulantiously on the same connection (from different goroutines).

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/go/openSUSE_Factory_ARM/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-tarm-serial-0.0.0+git20180830.98f6abe-1.3.noarch.rpm
     

Provides :
golang(github.com/tarm/serial)
golang-github-tarm-serial

Requires :
golang(golang.org/x/sys/unix)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/packages/golang-github-tarm-serial
/usr/share/doc/packages/golang-github-tarm-serial/README.md
/usr/share/go/1.14/contrib/src
/usr/share/go/1.14/contrib/src/github.com
/usr/share/go/1.14/contrib/src/github.com/tarm
/usr/share/go/1.14/contrib/src/github.com/tarm/serial
/usr/share/go/1.14/contrib/src/github.com/tarm/serial/basic_test.go
/usr/share/go/1.14/contrib/src/github.com/tarm/serial/serial.go
/usr/share/go/1.14/contrib/src/github.com/tarm/serial/serial_linux.go
/usr/share/go/1.14/contrib/src/github.com/tarm/serial/serial_posix.go
/usr/share/go/1.14/contrib/src/github.com/tarm/serial/serial_windows.go
/usr/share/licenses/golang-github-tarm-serial
/usr/share/licenses/golang-github-tarm-serial/LICENSE

 
ICM