Awesome! Yes it is fortran, openVMS. I am communicating with a windows box using modbus commands.
here is the write and read
65478 CONTINUE
I_STAT = SYS$QIOW( ! Issue the command
1 , %VAL( J_TCP_CHAN )
2 , %VAL( IO$_WRITEVBLK )
3 , %REF(IOSB_QIO)
4 ,
5 ,
6 , %REF(...
I don't know if I am in the correct spot or not, I am reading and writing to a device using tcpip. I am getting an error 8428 returned in the status and I have no clue what this is. Can anyone help? I can post the code and more details if someone has encountered this before. Thanks
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.