Posted: 07:45pm 05 May 2025
Copy link to clipboard |
JanVolk Senior Member

|
|
|
Peter,
Now that the bugs are hopefully less common, we can possibly look at some smaller issues? Could you adjust the code of list pins a bit so that the list is displayed in the same format on a terminal and an HDMI screen as in the code below? The spaces or tabs are possibly passed differently and with Str$((n),2) and Str$((p),2) it is correct. Thanks.
> list Sub FreePins Local n,gp$,p,pu$ For n=0 To 29 gp$="GP"+Str$((n),2) p=MM.Info(pinno gp$) pu$=MM.Info(pin p) Print gp$,Str$((p),2),pu$ Next End Sub
Greetings,
Jan. |