microsguru2
IS-IT--Management
Hi..
Does anyone have an example or could someone provide sample code on how to put together the necessary data that needs to be transmitted back to micros so it can be used in a rxmsg in the ISL file?
I just need to know how to take the SOH, UWS & Interface Name, FS, Application Seq, etc and build it into bytes to send back to micros (i'm assuming that is what micros is expecting?)
in vb, i'm declaring the necessary bytes & strings... Dim SOH As Byte = &HA1, Dim UWS as String = "000000001", etc... Just need to put it into a format that micros will understand.
Thank you.
Does anyone have an example or could someone provide sample code on how to put together the necessary data that needs to be transmitted back to micros so it can be used in a rxmsg in the ISL file?
I just need to know how to take the SOH, UWS & Interface Name, FS, Application Seq, etc and build it into bytes to send back to micros (i'm assuming that is what micros is expecting?)
in vb, i'm declaring the necessary bytes & strings... Dim SOH As Byte = &HA1, Dim UWS as String = "000000001", etc... Just need to put it into a format that micros will understand.
Thank you.