when i am using rget command,i writed code like this,but i does not work as my expected: (remote target is a linux guy)
transmit "echo done ^m"
String receiveLine
set aspect RXDATA ON
rget receiveLine
while 1
rget receiveLine...
remote send the 0000> as the end of response.
how to write waitfor?
but when I write blew code line,it seems not work fine:
waitfor "0000>"
please help!
Hi all friends, need help:
I have a string array ["abc","efg","hig"] named methods and three functions
abc() efg() hig()
I want to do something like this:
if methodname=="abc"
call abc
else if methodname=="efg"
call efg
else methodname == "hig"
call hig
but this is not neat,right? I...
Hi friends:
I have a problem, need help.
I capture data to a binary file,and have to zero checksum one sector of data.
The binary file like this:
00 01 02 03 04 05 06 07
00H: 0xa0 0x12 0x13 0xf0 0xf1 0xc2 0xc4 0xea
08H: 0xab 0x32 0x13 0xf0 0xb1 0xc5 0xa7 0x5a
10H: 0xb0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.