What is the Propeller identifier data over serial?
Jorge P
Posts: 385
1. What is the Propeller identifier data that is sent to a PC during Propeller detection?
2. Is this stored on the FTDI Chip, or on the propeller itself?
2. Is this stored on the FTDI Chip, or on the propeller itself?
Comments
Is it safe to assume that the stamps are similar? or should I ask in the Stamp forums?
I ask because in another thread I am trying to dabble in making a C# GUI that can be universal for detecting various programmable chips, and hopefully the uM-FPU and various GPS, I just wanna try the propeller first. I'd like the PC software eventualy to just detect as much as possible so it can be put into a .NET lib/dll and distributed so others can make their own GUI's compilers, tools, etc... from any language that supports .NET. Hopefully it will all work under mono too.
I'd also like to know a way to detect which port the prop is residing on automatically.
Jeff T.
In the case of discovering Propellers first we reset the potential prop by wiggling DTR. Well that might cause something odd to happen on some other device that is in use. Then we send a byte of $F9 which for all we know could initiate the self destruct sequence of the Big Brain for example.
Which OS are you using and which language are you using to develop your application.
The Propellent dll uses the same method to communicate with a Prop on the system as the Proptool, if the serial port is already in use it will be ignored in the search. So basically the same communication rules apply to using the stand alone library as they do to the Proptool.
Jeff T.