External clock is probably the easiest and best choice:
https://68kmla.org/bb/threads/localtalk-but-faster.45615/post-505309
The PCLK could be used, but there's a couple issues with that:
- Different Macs have different PCLKs. Maybe only Power Macs had PCLKs in the >10MHz range.
- The PCLK has to go through the baud rate generator which reduces the maximum bit rate by a lot. You would need > 4 * 3.678 MHz to exceed the 230.4 kbps option allowed by using the 3.678 MHz from the RTxC pin.
The external clock can easily do 1 Mbps because both machines will use the same clock and therefore can use the X1 Clock Mode instead of X16 or X32.
It might be interesting to see if you can output the transmit clock TRxC to one of the pins (HSKi?). Then one Mac can be the source of the external clock and they can use X1 mode. It would require special cables.