ITman
Member


Hello!
Posts: 76
Gender:
|
Has anyone tried/gotten the Serial_port() function in TASPro6 to function properly? I can get the Write to work fine, but not read. The function returns 99 everytime. Does anyone also know what that means? This is the code I'm using.... ----------------------------------------- test_read = ''" error = serial_port(spRead,test_read,3) msg 'Data Read'+crlf()+test_read caption error ---------------------------------------------- Everytime var 'error' is 99. However a similar write function will send data fine. This is how it is documented, I'm wondering if I have to send a special charecter for flow control. Or does TAS do this? Keith
|