Jump to content

Search the Community

Showing results for tags 'string with byte = 0'.

  • Search By Tags

    • string with byte = 0 ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. How can I read a byte with valule=0 that comes from serial ? I´m using: $comRs232 = ObjCreate("NETCommOCX.NETComm") and $comRs232.inputData Local $a[8] while 1 If $comRs232.InBufferCount > 7 Then $X= $comRs232.InBufferCount $Z= StringToASCIIArray($comRs232.inputData,0,$X,1) _Arr...
×
×
  • Create New...