Fix for the Processor.data_upload() method.
The self.run_command_queue() method is no longer being used. Instead the add_to_queue() method is being used to queue up the slave commands, and the run_queue() method is being called at the end to flush the queue.
Authored by: bugman 2012-03-23
Parent: [r15618]
Child: [r15620]