Dear All,
Saya mengunakan VB + Printer Barcode DataMax E 4203,
menemui problem saat mau Print ke Printer Tersebut ( Com 1 )
Code seperti Berikut :
MSComm1.RThreshold = 1
MSComm1.RTSEnable = True
MSComm1.Settings = "9600,n,8,1"
MSComm1.CommID = 1
If MSComm1.PortOpen = True Then
MSComm1.PortOpen = False
Else
MSComm1.PortOpen = True
End If
'Print
MSComm1.Output = txtBarcode.Text
MSComm1.Output = PicBarcode.picture
Printer tersebut Blink saat menerima data/ Klik Print, tapi tidak
mencetak data tersebut, baik teks maupun picture.
Bisa bantu beri advice,
karena tes Direct dari Printer tersebut ( Print Config ) dan tidak
ada masalah, coba tes dari program ( exe ) dan bisa print ( Com 1
yang dipakai / valid )
tapi kode diatas tidak running,
Please Advice. Mohon bantuannya.
Terima Kasih.