Which driver does one use...
FTDIBUS.INF or FTDIPORT.INF...
Search found 6 matches
- Mon Jan 23, 2006 6:09 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Noobie with a MX2 using VB6
- Replies: 10
- Views: 13539
- Mon Jan 23, 2006 5:49 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Noobie with a MX2 using VB6
- Replies: 10
- Views: 13539
- Mon Jan 23, 2006 1:57 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Noobie with a MX2 using VB6
- Replies: 10
- Views: 13539
- Sun Jan 22, 2006 6:01 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Noobie with a MX2 using VB6
- Replies: 10
- Views: 13539
- Sun Jan 22, 2006 5:54 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Noobie with a MX2 using VB6
- Replies: 10
- Views: 13539
- Sat Jan 21, 2006 7:39 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Noobie with a MX2 using VB6
- Replies: 10
- Views: 13539
Noobie with a MX2 using VB6
Hi All,
Can you please help me get up and running. I am writing an application in vb6 to talk to my 2x16 MX2 display.
My code is:
MSComm1.CommPort = 3
MSComm1.Settings = "9600,N,8,1"
If MSComm1.PortOpen = False Then
MSComm1.PortOpen = True
End If
MSComm1.Output = "Test"
I was previously getting a ...
Can you please help me get up and running. I am writing an application in vb6 to talk to my 2x16 MX2 display.
My code is:
MSComm1.CommPort = 3
MSComm1.Settings = "9600,N,8,1"
If MSComm1.PortOpen = False Then
MSComm1.PortOpen = True
End If
MSComm1.Output = "Test"
I was previously getting a ...