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 to
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: 127.0.0.1:522
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
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
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 a
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 Goo
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 := &serial.Config {
Name:lmt.ComPort,
Baud:576
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).
>> C
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 e
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 receiv
10 matches
Mail list logo