ST is a command that is recognized, and so is ST VT220. Resizing my konsole window appropriately and doing
and then running
Gives me a text user interface with working navigation using the function keys.
% echo $TERM
xterm-256color
% export TERM=vt220
% picocom -b 9600 -d 8 -p n -f n -y n /dev/ttyUSB0
and then running
ST VT220
Gives me a text user interface with working navigation using the function keys.
Now it completely died :(
There's a buzzer on the control module board and not even that does a sound anymore
There's a buzzer on the control module board and not even that does a sound anymore
Letting it rest a bit stabilizes it. I know it's risky to even try with a sketchy PSU but I have an urge to poke this thing. Will come up with a temporary solution tomorrow.
This media is not supported in your browser
VIEW IN TELEGRAM
The terminal emulation gave me issues. Only function keys F1 through F4 would work in the text interface. So I dug out a real terminal and set it to VT220 mode.
VXI stands for VME eXtension for Instrumentation. My command module and instruments only use the P1 connector which is also present in VME. So it should work
Compare this to the VME bus (sans the 64 bit extensions on row z and a)
https://electronics.stackexchange.com/q/450179
https://electronics.stackexchange.com/q/450179
If I ask the command module what modules it sees it correctly reports that there is something there at addresses 0 and 16.
Probing address 16 (next line) does give me the correct result. Probing an address that doesn't exist (next line), the command module notices there is nothing. Bus issues? Some control line that's missing?
Probing address 16 (next line) does give me the correct result. Probing an address that doesn't exist (next line), the command module notices there is nothing. Bus issues? Some control line that's missing?
I have a feeling I'm missing something about the bus. ChatGPT keeps hallucinating about things on P2. Which I don't even physically have on my modules. Time to hit the specifications.
So let's give it a read on how all this works. Shall we?
So let's give it a read on how all this works. Shall we?