polluxtech
Programmer
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
if strfind receiveLine "done"
rget receiveLine $RXCOUNT
exitwhile
endif
endwhile
set aspect RXDATA OFF
but i need to press a enter key to have the procomm got the control. Need help! Thanks
transmit "echo done ^m"
String receiveLine
set aspect RXDATA ON
rget receiveLine
while 1
rget receiveLine
if strfind receiveLine "done"
rget receiveLine $RXCOUNT
exitwhile
endif
endwhile
set aspect RXDATA OFF
but i need to press a enter key to have the procomm got the control. Need help! Thanks