issues
search
bugst
/
go-serial
A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
681
stars
205
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Integration
#196
richyo-work
closed
2 months ago
0
Report the actual error instead of nil...
#195
Dirk007
opened
2 months ago
0
get invalid port name on Windows(commit 0996f84)
#194
fcying
opened
3 months ago
0
add NetBSD support
#193
tnn2
closed
3 months ago
1
serial_unix.go: Keep writing until complete
#192
ccollins476ad
opened
4 months ago
1
Port.Write() returns nil error after partial write; does not adhere to the io.Writer contract
#191
ccollins476ad
opened
4 months ago
0
add back product and maunfacturer for USB details on MacOS
#190
zyxkad
opened
4 months ago
0
fix port.Read will returns PortClosed error on linux if the buffer size is zero
#189
zyxkad
opened
4 months ago
0
Fixed minor documentation typos
#188
twpayne
closed
5 months ago
1
Use Windows serial comm functions from golang.org/x/sys/windows
#187
twpayne
closed
5 months ago
2
Workflows: Use CGO_ENABLED=1 for MacOS
#186
AndreRenaud
closed
5 months ago
1
Bump GitHub workflow actions to latest versions
#185
deining
closed
5 months ago
0
Go-format source code: fix warning
#184
deining
closed
5 months ago
1
Fix typos
#183
deining
closed
5 months ago
1
Use serial comm functions from golang.org/x/sys/windows
#182
twpayne
closed
6 months ago
3
Fix flags for FreeBSD/arm64
#181
timstpierre-tc
opened
8 months ago
0
Fixed minor documentation typos
#180
twpayne
closed
6 months ago
3
Switch to golang.org/x/sys/windows
#179
twpayne
closed
5 months ago
2
Add NetBSD support
#178
picohive
opened
8 months ago
0
Data sent with Write method are present at the beginning of data read with Read method
#177
dpmik
closed
9 months ago
3
fix: add shims for GOARCH=wasm with GOOS=js and GOOS=wasip1
#176
paralin
closed
8 months ago
4
Improved error messages
#175
cmaglie
closed
9 months ago
0
windows: Avoid double-set of communication parameters on Open
#174
cmaglie
closed
9 months ago
0
unix: nativeOpen: always close the port on errors
#173
jes
closed
9 months ago
0
Serial.available() value of Arudino is not greater than or equal to 0 when Write() is executed
#171
syumekino
closed
5 months ago
2
Feature RS485
#170
AndreRenaud
opened
11 months ago
7
Added ability to just set or unset break condition
#169
james-portman
opened
1 year ago
0
windows: setting buffer sizes with SetupComm
#168
chekoopa
opened
1 year ago
0
No longer works with Raspberry pi
#167
Com1Software
opened
1 year ago
7
Make exclusive access optional
#166
tim-hellhake
opened
1 year ago
1
Fix some rare MacOSX USB port enumerator failures
#165
cmaglie
closed
1 year ago
0
feat: add ttyHS support for linux
#164
jekaxv
closed
1 year ago
0
darwin: use Go type wrappers to avoid declaring Go methods on C types.
#163
deadprogram
closed
1 year ago
6
Doesn't compile with Go 1.21 on macOS
#162
aykevl
closed
1 year ago
2
X-ON / X-OFF support?
#161
lni
opened
1 year ago
2
Transaction causes device to spew newlines
#160
biohazduck
opened
1 year ago
8
Feature/drain support
#159
AndreRenaud
closed
1 year ago
1
Invalid serial port error trying to open CH343G based serial port
#158
nnnpa31
opened
1 year ago
10
lose data in linux
#157
weingxing
closed
1 year ago
2
enumerator: fill in 'product' and 'manufacturer' on linux
#156
bearsh
opened
1 year ago
2
Make Open return a nil interface on failure
#155
quite
closed
1 year ago
1
If serial.Open fails, returned_port==nil is false
#154
quite
closed
1 year ago
0
windows: Avoid panic if USB Product name is empty
#153
cmaglie
closed
1 year ago
0
Retry port enumeration 5 times before giving up (macosx)
#152
cmaglie
closed
1 year ago
0
Added in "ModeFromString" for turning standard serial port mode notat…
#151
AndreRenaud
opened
1 year ago
0
Closing port does not unblock Write
#150
samherrmann
opened
1 year ago
1
Remove dependency on `creack/goselect` in favor of `sys/unix`
#149
cmaglie
opened
1 year ago
1
Why read timeout return a nil error?
#148
lu-xiaoliang
opened
1 year ago
4
Remove unnecessary code, originally for checking for disconnects when using non-overlapped I/O
#147
cmaglie
closed
1 year ago
0
loong64 arch is not supported
#146
zhangyongding
opened
2 years ago
1
Next