Well, if you do not have an external baudrate generator, there are some bad news: selecting the baudrate is not very comfortable. Apparently it was not a normal operation, but at least you don't need to solder ...
On M7260 data path is a primary clock signal for the baudrates, called "TTY CLK H".
It's frequency is controlled by operating a potentiometer.
This clock is divided by 5-stage binary counter in the ratios 1:1 down to 1:16.
A rotary switch with 5 positions is used to select one of the scaled baudrates (the switch has actually 10 positions, only positions 1-5 are used).
See the baudrate logic on the M7260 datapath board:
The round flying-saucer-like component with the many legs is the rotary switch. He is hard to turn, so he's quite damaged (not by me, what do you think?)
The final clock is fed into the UART chip, it must be 16 times the desired baudrate.
These are the TTY CLK frequencies and switch settings for several baudrates:
Switch position | baudrate range 1 |
baudrate range 2 |
1 | 2400 | strange |
2 | 1200 | strange |
3 | 600 | strange |
4 | 300 | strange |
5 | 150 | 110 |
TTY CLK | 38400 Hz | 28160 Hz |
TTY CLK period | 26 µs | 35.5 µs |
You see: you have to decide early wether you want to drive a 110 baud TTY, or a terminal with baudrates 300 to 2400.
If you just want to change between 300, 600, 1200 or 2400 baud, simply pull the M7260 out of the case, set the rotary switch and push the M7260 datapath module back into the backplane.
Switching between 110 baud and the other baud rates is really hard. There are five possible procedures:
I found procedure #1 too hard (you have to dismount the PDP-11/05 for this, and must locate the "E02D2" pin in the big pin array on the backplane). I was succesful with #2, so I did not tried #3. Procedure #4 worked too, but had too much error sources (you must be able to operate the 11/05 through the console). Procedure #5 has still more error sources, I was not feeling like trying it.
2400 baud is not too fast, but higher baudrates are not possible with the internal baudrate generator.
That's why I build my own generator! Now the '05 runs fine even at 38400 baud.
I normally use USB-to-RS232 converters on my PC, typical with FTDI chips. I have several of them.
But despite their data sheets emphasize the capability to handle astronomical baudrates (e.g. "up to 1MBaud"), they failed for me at the low end, for 110 baud.
Better use the physical COM port on your mainboard ... if you still have one. Or buy a PCI extender card with some truly 16550 compatible COM ports on it.