Hi,
> thanks for that great debug-sheet!!!
I hope that it will provide so much checks in the future that everybody
will be able to locate the errors w/o searching in the forum for hints 
> What´s exactly to measure at RA4 ? The resistor should be 1k
> instead of 10k. My core voltage is 5.09 V and at RA4 i
> do have 0.1V.
You are right, this was an error in the schematic. The voltage level
at RA4 isn’t for interest. Although it’s nice to know that it’s 0V,
this means that the bootstrap loader has switched on the output
driver (and therefore: that the PIC is running).
> The LED on RX pin lits, but doesn´t flicker when receiving
> a sysex-stream. The voltages on the 138 are ok. how about
> checking the optocoupler by connecting 5V/0V over 220Ohm
> to the input?
a good idea! I’ve added a new item to the list
Is this test working: http://www.ucapps.de/mbhp/mbhp_core_midiin_debug2.gif
If it does, there must be a problem with the optocoupler
> Also the 1:1 connection to the gameport doesn´t solve the problem.
Could be a driver problem - the gameport of my old mainboard
also never worked under Windows, but only under Linux… 
> I think it is perhaps a wrong mios/bootstrap combination?
No, the bootstrap loader works independent from MIOS
> I downloaded bootstrap 1.1b and mios 1.4, wrote the bootstrap
> with ID 0 to the pic.
And you receive “F0 00 00 7E 40 00 01 F7” which indicates
that the device ID is set correctly
(with another device ID, for example 0x42, you would
receive F0 00 00 7E 40 42 01 F7)
> When sending the sysex to the pic, he doesnt react. my midi
> interface is good, too (send/rec-sysex). ???
Now you will find another new item which demonstrates how
to loopback MIDI w/o PIC. This helps you to ensure that
the hardware itself is working ok
> Is there another possibility to check midi-in, perhaps i can upload
> a tool via jdm?
this would be more complicated and fault-prone than using
the boostrap loader
> in addition: midiox says with the input “port” is sometimes
> — and sometimes xxx
I know this effect, must be an imperfection in MIDI-Ox
> one more: i´ve soldered the 10mhz osc inside the pic-socket,
> but this shouldn´t make any problems.
Your bootstrap loaders sends a proper request, so the PIC
is running fine.
So, check out the two new tests under
http://www.ucapps.de/howto_debug_midi.html
Best Regards, Thorsten.