1
ห้อง MS Access / : สอบถามเราจะสร้างให้ Access รับค่าจาก Port RS232 ที่เป็น COMPORT ได้หรือไม่
« เมื่อ: 27 เม.ย. 64 , 12:49:31 »
ตัวอย่าง ติดต่อกับ Customer Diskplay
Dim printString As String
Open "com1:2400, N, 8, 1" For Output As #1
Rem clear
Print #1, Chr(12)
Close #1
Open "com1:2400, N, 8, 1" For Output As #1
Print #1, Format([XTotal], "#####.00")
Close #1
Dim printString As String
Open "com1:2400, N, 8, 1" For Output As #1
Rem clear
Print #1, Chr(12)
Close #1
Open "com1:2400, N, 8, 1" For Output As #1
Print #1, Format([XTotal], "#####.00")
Close #1