Society of Robots - Robot Forum

Software => Software => Topic started by: sswcharlie on September 26, 2011, 08:25:24 PM

Title: PC via Serial or USB to Micro
Post by: sswcharlie on September 26, 2011, 08:25:24 PM
Hi

I am looking for some software to go on a PC and then create a data stream w/packets etc to go onto a data bus, using serial or USB via hyperterminal or similiar.  On the data bus there are several receivers (motor speed controllers) to receive the data from PC.  I have all the data packet structures etc.  I would prefer some software that would accept MS Excel and process into to binary for transmission.

Not a complicated code required.  Address of the receiver and fwd/rev/speed of a motor.

To summarise:  I have the receivers already (based on TMS1000) want to send code from PC to the receivers.

Need PC software to act as microcontroller to send to receiver.  Need to be able to set up the packets etc.  Would also like to be able to read the data on a chart that is being sent.

Thks
Charlie
Title: Re: PC via Serial or USB to Micro
Post by: newInRobotics on September 27, 2011, 03:22:16 AM
Why not to write piece of software Yourself. C# suits Your needs perfectly.
Title: Re: PC via Serial or USB to Micro
Post by: sswcharlie on September 27, 2011, 02:07:32 PM
Hi

Thanks for your suggestion.  I will have a look at that option.  Do you know where a range of smaple codes might be found, especially for creating binary and exporting thru port to a bus.

Thanks

Charlie