here are few methods i had tried; each one sends out 2 chars at a time, between pauses... i dont know why..
--------------
for Num = 0 upto Len
substr sendChar sendStr Num 1
mspause 50
transmit sendChar
endfor
--------------
for Pos = 0 upto Len
strread sendStr Pos sendChar...
i've been trying to get ProComm (4.7 for Windows) to output strings (commands, in my case) out the COMM port, but at a slower rate than the baud rate.
The baud rate is at 115.2k, but the receiving end uses polling to check its serial port, so a full-speed transmission of strings/text from...
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.