Skip to content

issues Search Results · repo:bugst/go-serial language:Go

Filter by

89 results
 (72 ms)

89 results

inbugst/go-serial (press backspace or delete to remove)

Describe the problem Frequent reading and writing of the serial port causes a blue screen in the window 微信图片_20250114181437 To reproduce Port interface: // Stores data received from the serial port ...
bug
  • jinronga
  • 1
  • Opened 
    on Jan 14
  • #197

in the pre commit(f5a4685), use Refresh func get port name Found port: COM1 last commit(0996f84), Found port: \Device\Serial0 func Refresh() []string { ports, err := serial.GetPortsList() if err != ...
  • fcying
  • 1
  • Opened 
    on Aug 9, 2024
  • #194

Describe the problem (see https://github.com/bugst/go-serial/pull/192) From the io.Writer GoDoc: Write must return a non-nil error if it returns n len(p). The docs (doc.go) indicate that serial.Port ...
bug
  • ccollins476ad
  • Opened 
    on Jul 6, 2024
  • #191

Describe the new feature or change suggestion Firstly, thank you for this project! Currently go.bug.st/serial has its own generated Windows syscalls in syscall_windows.go and zsyscall_windows.go. I recently ...
enhancement
  • twpayne
  • 2
  • Opened 
    on Mar 18, 2024
  • #179

Describe the problem I tried to use this library on Linux. Unfortunately everything written in Tx is echoed on the Rx side. Is there a way to disable this behaviour? I am using an USB port attached to ...
bug
invalid
  • dpmik
  • 3
  • Opened 
    on Feb 26, 2024
  • #177

I use translation. Win11 and Arduino UNO, VS code. When I executed the process of sending a string from PC, Arduino s Serial.read() does not return any value. the return value of Serial.available is also ...
  • syumekino
  • 2
  • Opened 
    on Jan 12, 2024
  • #171

I presume the Raspberry pi will no longer work with this package - Thanks
  • Com1Software
  • 7
  • Opened 
    on Oct 9, 2023
  • #167

I found that go-serial doesn t compile with Go 1.21-rc2 on darwin: # go.bug.st/serial/enumerator ../go-serial/enumerator/usb_darwin.go:142:11: cannot define new methods on non-local type C.CFStringRef ...
  • aykevl
  • 2
  • Opened 
    on Jul 8, 2023
  • #162

Thanks for this great project! Just a quick question, is there X-ON / X-OFF software flow control support in this package? Couldn t find much info on that after search. Thanks.
  • lni
  • 2
  • Opened 
    on Jun 30, 2023
  • #161

For example, I m working with a electronic scale. When I open it with cutecom and select 1200 baud, 8 bits data, no parity, 1 stop bit I can send the Get Weight command which is D05\r\n, then I see in ...
  • biohazduck
  • 8
  • Opened 
    on Jun 12, 2023
  • #160
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub