Mark

Results 57 comments of Mark

> ``` > cd pico-sdk/tools/pioasm > cmake . && make > ``` Too easy :stuck_out_tongue_closed_eyes: thanks!

KT-Link is based on the FTDI 2232 and supports SWD. PID/VID are 0x0403 and 0xBBE2, respectively. [source](https://github.com/openocd-org/openocd/blob/ad87fbd1cf28760795c4e18f3318a2d720e5a8a6/tcl/interface/ftdi/kt-link.cfg#L11) I'm not sure if kristech still sells their device, but Dangerous Prototypes' BusBlaster...

Almost forgot - the compiler spits out some warnings that are probably worth investigating. For example, ``` AR488.ino: In function 'void id_h(char*)': AR488.ino:2408:11: warning: this 'if' clause does not guard......

The only pretty-printer I've fiddled with much is `astyle`. A config like [this](https://github.com/stepcode/stepcode/blob/develop/misc/astyle.cfg) tells it to produce compact formatting. The docs show the results of many (all?) style options, including...

any thoughts @Twilight-Logic ?

Ah, sounds like it wouldn't be negatively affecting me even if it _was_ malfunctioning. I fiddled some more and got it talking to one of the 3 devices I have...

I'd be happy to test it for you, thanks! Speaking of REN, I'd meant to see if I could find an arduino emulator and see if it showed activity on...

One caveat on testing: when I hook the 7912 to a scope in x-y mode it doesn't behave as I'd expect. I hope that GPIB will allow me to narrow...

> Your thought about the pull-up is an interesting one, but you did say the problem occurred on more than one board? You did also say it worked OK with...

With any sendsec command (e.g. `++sendsec 4,5,READ VER`), the AR488 responds with `Sent!`. I've not seen any response from the instrument for any sendsec command. That said, I don't have...