[go-nuts] VS Code debugger running on Beaglebone Black

2024-06-20 Thread Daniel Jankins
HI, I am running VS code with Remote-SSH connected to Beaglebone black. Writing and compiling code is not a problem. Up to now I have been debugging with print statements. I would like to use the VS code debugger. It looks like the Delve debugger does not support armv7l. Does anybody know how

[go-nuts] Re: Go, VSCODE IDE, Delve debugger: am having problem debugging my console app

2023-02-09 Thread Daniel Jankins
Hi, I can not get the console app to run with the debugger. When I start the debugger I do not get the console display only Starting: C:\Users\djankins\go\bin\dlv.exe dap --listen=127.0.0.1:52239 from c:\Users\djankins\Repositories\UT\adpf-simulation\GUI DAP server listening at:

Re: [go-nuts] Newbie question

2023-01-10 Thread Daniel Jankins
Thanks! On Tue, Jan 10, 2023, 10:31 AM wagner riffel wrote: > On 1/10/23 11:42, Daniel Jankins wrote: > > Hi, > > > > Why can you update a value in a map struct? > > > > Sort answer, because m["foo"] is not addressable, but you can have the > desi

[go-nuts] Newbie question

2023-01-10 Thread Daniel Jankins
Hi, Why can you update a value in a map struct? // UnaddressableFieldAssign occurs when trying to assign to a struct field // in a map value. // // Example: // func f() { // m := make(map[string]struct{i int}) // m["foo"].i = 42

[go-nuts] Excelize

2022-08-16 Thread Daniel Jankins
Hi, I am using Golang Excelize to generate charts. I would like to use the secondary axis for series. Does anyone know where there is an example? Thank you -- DanJ -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group

[go-nuts] simple line plot in realtime

2022-04-28 Thread Daniel Jankins
Hi, I have been using github.com/tadvi/winc and it works well. I would like a real time plot of data. It would be a simple line plot that got update every second or so. Can anyone point me to some examples? Thank you -- DanJ -- You received this message because you are subscribed to the

[go-nuts] Serial streams with EOL defined as CR only.

2022-04-21 Thread Daniel Jankins
Hi, I have a serial port that is streaming data. The data is terminated by a /r only. I am trying to use scanner.Scan () to break up the lines. Is there a way to change the scanner end of line character to /r only? Thank you config := { Name:lmt.ComPort, Baud:57600,

Re: [go-nuts] Loop unit char entered

2022-04-16 Thread Daniel Jankins
Thank you, That is what I did. It works very well. Thank you again On Fri, Apr 15, 2022 at 8:48 PM Kurtis Rader wrote: > On Fri, Apr 15, 2022 at 6:35 AM Daniel Jankins wrote: > >> I have a newbie question. I want to loop until a char is available >> (keypress). >>

[go-nuts] Loop unit char entered

2022-04-15 Thread Daniel Jankins
Hi All, I have a newbie question. I want to loop until a char is available (keypress). Could someone point me to an example. Thank you -- DanJ -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving

[go-nuts] analog discovery 2 interface in GO

2022-03-14 Thread Daniel Jankins
Hi, Digilent supplies an sdk with support for c, cs, py, and vb. Does anyone know of a GO driver for Digilent analog discovery 2? Thank you -- DanJ -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop