06-10-2008 02:35 AM
treadagon wrote:
What are the shift registers and what is their use?
Why you used a for loop?
Why you used the timeout event structure while reading?
What is the array you build in the start event structure?
Why the empty string?
06-10-2008 02:40 AM
06-10-2008 02:41 AM
Hi treadagon,
1) already answered by Partha,
2) i use a for loop to send the necessary commands to the device
3) i use it, so that you can send the reboot and stop event while the device is running.
4) that is the command array which is used in the loop described in 2)
5) You need not all commands, it depends on the selected mode, so i check in the for loop if the string is empty. If it is empty nothing happens and if not the specified command will be send.
Hope it helps.
Mike
06-10-2008 03:16 AM
06-10-2008 03:20 AM - edited 06-10-2008 03:21 AM
06-10-2008 12:49 PM
06-10-2008 02:09 PM
06-12-2008 01:38 AM
06-12-2008 01:50 AM
06-17-2008 03:38 AM