Search found 5 matches

by MGeo
Sun May 30, 2010 10:35 am
Forum: SUB-20 General Discussion
Topic: VBA Example on Excel 2003???
Replies: 3
Views: 17226

Re: VBA Example on Excel 2003???

That worked! I now have SUB20 working both in Excel 2003/VBA and Visual Studio 2008 / VB.NET. I ran the following code in VBA and saw Hello World on my LCD... Private Sub CommandButton1_Click() Dim Dev As New Sub20 Dim ErrStr As String Dim Success As Boolean Dim Err As Integer Success = Dev.Open(0) ...
by MGeo
Sat May 29, 2010 3:55 pm
Forum: SUB-20 General Discussion
Topic: VBA Example on Excel 2003???
Replies: 3
Views: 17226

VBA Example on Excel 2003???

I've now got my SUB-20 up and running. I can communicate with it using subtool.exe and see sent messages on the LCD. I would like for this to work from VBA running within Excel 2003. I followed the NET component instructions in sub20net.pdf to create the TLB file and get the correct responses: C:\>C...
by MGeo
Sat May 29, 2010 3:46 pm
Forum: SUB-20 General Discussion
Topic: Confused: Which Driver Package???
Replies: 3
Views: 19065

Re: Confused: Which Driver Package???

Got the package downloaded and installed.

Subtool works and communicates with SUB-20. :D

VB.NET example is also running on Visual Studio 8. :D

Having trouble with VBA example running in Excel 2003.

I'll ask in another thread.

Thanks for the help.
by MGeo
Thu May 27, 2010 10:39 pm
Forum: SUB-20 General Discussion
Topic: Confused: Which Driver Package???
Replies: 3
Views: 19065

Re: Confused: Which Driver Package???

Thanks for the quick response Serg. I'll try it tonight.
by MGeo
Thu May 27, 2010 10:27 am
Forum: SUB-20 General Discussion
Topic: Confused: Which Driver Package???
Replies: 3
Views: 19065

Confused: Which Driver Package???

I have a new SUB20 and a laptop running Windows XP. I wish to run the GUI and command line interfaces, as well as do interface programming in C#, VBA and MATLAB. It looks as if multiple driver packages would apply. Based on other warnings on this board, I don't want to load the wrong one. So, which ...