Arduino + Servo controller

Hi,

i`m wondering if it's a good idea interfacing the Arduino board with this servo controller:
http://www.lynxmotion.com/Product.aspx?productID=395&CategoryID=52

Do you think i might be able to communicate to it through software serial communication? I can`t use hardware serial as it is occupied for an camera module. I could buy another Arduino board and have software communication between them and then hardware communication to the servo controller, right? That would maybe be an better idea too, as the second Arduino board can take care of the sequencing of the servos.

Nice board, and cheap!

Here's the board layout

It seems there are alternatives than just a serial cable, like BlueSMiRF which they've been nice enough to provide thorough and pictorial documentation.

Is there any reason why you want to use an Arduino?