<d1b2>
<Sunset> So how much fun is the Glasgow CLI? I love messing about with CLIs. Are there any good screenshots I can see ? (I don't have a Glasgow myself yet)
<d1b2>
<Sunset> :vibin: :earlyage:
cr1901 has quit [Read error: Connection reset by peer]
cr1901 has joined #glasgow
pg12 has quit [Ping timeout: 260 seconds]
pg12 has joined #glasgow
sauce has joined #glasgow
joerg has quit [Ping timeout: 255 seconds]
joerg has joined #glasgow
ar-jan has joined #glasgow
smkz has quit [Quit: smkz]
uartist4 has joined #glasgow
uartist has quit [Read error: Connection reset by peer]
uartist4 is now known as uartist
<d1b2>
<Attie> @Sunset - anything in particular you want to see? ... can you define "fun"?
puck has quit [Excess Flood]
puck has joined #glasgow
smkz has joined #glasgow
smkz has quit [Client Quit]
<d1b2>
<Sunset> Just a screenshot of what the CLI looks like, what kinds of commands it has available in the stock firmware
<d1b2>
<Sunset> I want to compare it with the JTAGulator and BusPirate
<d1b2>
<Sunset> and all I could find online is that it does have a CLI of some kind according to the crowdsupply page, but no information about how much capability it comes with
<ebb>
I think your best impression will come from installing the CLI for yourself and running a bunch of commands with --help
<ebb>
That doesn't require hardware
<d1b2>
<Sunset> oh really? I don't need to run it in an emulator for the chip or anything?
smkz has joined #glasgow
<ebb>
Yep :)
<ebb>
Because the CLI runs on Python rather than on-board
<ebb>
Once you run a command, the Glasgow is just-in-time programmed for the task at hand, roughly speaking
<d1b2>
<Sunset> I tried to run it, but, I couldn't get setup.py to work even running a cmd window as admin (on windows 10). So I couldn't install the stuff. Oh well
<d1b2>
<Sunset> it kept giving me permissions errors, despite running as admin 🤷♂️
<d1b2>
<esden> (sigh at windows... I can't help there)
<d1b2>
<icb> WSL is probably the most likely to work, though I've never attached USB devices to it (it's supposed to be possible)
<d1b2>
<novakov> just did with Python 3.10 (does not work with 3.11 but to some missing name in asyncio) on Windows, git clone https://github.com/GlasgowEmbedded/glasgow.git pip install glasgow/software and after a while glasgow.exe --help output help screen 🙂