*Bir tane command yada check button ekleyin...

Kod:
Dim pStr As String Dim pBytes() As Byte pStr = "3404" & hexword ConvHEX2ByteArray pStr, pBytes SendPackets pBytes End Sub

__________________