Serial driver options for Mulitple ports on a single cog?

While going through the OBEX it appears that most of the Serial objects just handle a single serial port per cog. There is one I found that can do up to 4 but it uses a 6Mhz crystal instead of the regular 5Mhz one that many of the other objects are using.
Are there any other serial drivers that handle more that one serial port per cog? If not has anyone already tried to modify the 4-port driver to work using a 5Mhz crystal?
With the exception of talking to a 2nd Propeller board most of the devices only need to communicate at 9600 baud.
Robert
Are there any other serial drivers that handle more that one serial port per cog? If not has anyone already tried to modify the 4-port driver to work using a 5Mhz crystal?
With the exception of talking to a 2nd Propeller board most of the devices only need to communicate at 9600 baud.
Robert
Comments
Based on the figures in the comments at the beginning of the driver, you should do fine with 3 ports at 9600 Baud and one port at 115KBaud. Give it a try.