I have been playing around with my Pololu Micro Serial 8 Servo Controller for a month or so now and I am having trouble getting it to work. I am using it with PICAX 18X1 and a Hitec Servo. I tried this code but it didn’t work.
serout 7,N2400, (255,1,150)
Can some one possibly give me an example on how to set up the code in both modes?
Thanks in advance.
The code I mentioned above ( serout 7,N2400, (255,1,150) ) is set up correctly as far as the baudrate and parity and the servo controller is giving me a green light so as far as the servo controller is concerned there is no error there I am just not sure if I am sending the commands correctly.
I am just worried that it might be a problem with my servos because all three of them have been giving me trouble since I got them so I hope it is just a problem with my code.
Never mind I finally got it to work I just had to rework the servos controllers settings
Thanks for all your help 
You need to make sure that all your connections are done right and that you are using , the right communication parameters (baudrate, parity, start and stop bits, etc) and the proper communication protocol.
We suggest that you use this library in order to test your servo controller: Python Pololu library
I am glad to see that is is working now. Keep us posted with your projects.