รบกวนสอบถามหน่อยคะ พอดีพึ่งจะลองเขียน เป็น web app นะคะ แล้วเขียนปริ้นท์ไฟล์ image ผ่านเครื่องพิมพ์ bluetooth นะคะ แต่ไม่สามารถปริ้นท์ได้ รบกวนผู้รู้ทีคะ
Code (VB.NET)
Dim fStream As New IO.FileStream("D://qr-code-vb-net.gif", IO.FileMode.Open, IO.FileAccess.Read)
Dim br As New IO.BinaryReader(fStream)
Dim data As String = br.ReadInt32() + br.ReadInt32()
'Dim byteArray = br.ReadBytes(CInt(fStream.Length))
br.Close()
fStream.Close()
Dim SP As System.IO.Ports.SerialPort
SP = New System.IO.Ports.SerialPort("COM5")
SP.WriteTimeout = 500
SP.ReadTimeout = 500
'SP.Write(data, 0, 856)
SP.WriteLine("12321423423")
SP.WriteLine("PRINT")
SP.Close()
Tag : ASP, Web (ASP.NET), Win (Windows App), Device (Mobile)
สั่งพิมพ์จากเครื่องไหนครับ
1) bluetooth printer <--ติดต่อด้วย Bluetooth---> Mobile Client [web browser]<-----> Web Server
2) bluetooth printer <--ติดต่อด้วย Serial COM5--->IIS Server (Web)<----> Web Client (Web browser)
3) สั่งพิมพ์ text หรือรูปภาพจากเครื่องที่ต่อ printer อยู่ได้หรือยังครับ
ยังไม่เข้าใจคำถาม
Mobile Client [web browser] ติดต่อ printer ด้วย bluetooth ผ่าน Serial COM5 คะ
สั่งพิมพ์ Text ออกมาปกติคะ แต่พอสั่งพิมพ์รูปภาพ ออกเป็นภาษาอะไรไม่รู้อะคะ แต่อยากให้ออกมาเป็นรูปภาพ QRcode นะคะ