MMSC Debounce Setting -
vladio - 02-12-2019
How are command changes sent to the mmsc? I'm trying to increase the debounce rate for the buttons on the mmsc, I get 2-5 hits per press and I'd like to increase the debounce rate. I found this:
MMSC
-----
MMSC is connected to 2 or more MSC ports; MMSC only used with 2 or more
O2000
MMSC display keypad debounce problem (FYI 100882 100884 100737)
MMSC>r 1 MMSC>setenv DEBOUNCE_DELAY 200000
Do I have to connect to the mmsc through the 8-pin din?
RE: MMSC Debounce Setting -
Noguri - 04-09-2019
Hi,
I had exactly the same problem.
The following did work perfectly for me:
1. Disconnect the DIN8/DB9 cable of the Graphics Rack
2. Connect the DIN8 on the TEST port of the MMSC (I tried with other ports but it wasn't successful -> to be understood)
3. Connect the DB9 on your computer/laptop
4. Set serial connection on Putty/MobaXTerm/HyperTerminal with these parameters:
- Baud rate: 9600
- Data bits: 8
- Stop bits: 1
- Flow control: Xon/Xoff
5. Press Ctrl+t
MMSC prompt should be displayed
6. Now you can enter the debounce delay command
MMSC>SETENV DEBOUNCE_DELAY 200000
Note:
I found a really nice and useful post here:
http://www.nevynsblog.co.uk/2008/10/sgiorigin-2000-mmsc-commands-help.html
Regards