Search found 7 matches

by Don
Mon Nov 18, 2019 2:42 am
Forum: SUB-20 General Discussion
Topic: Downgrade firmware?
Replies: 4
Views: 13242

Re: Downgrade firmware?

Hi,
I need downgrade firmware to 0.2.5.Could you have provide the INC file or link. Thanks.
by Don
Tue May 10, 2011 8:27 am
Forum: SUB-20 General Discussion
Topic: Get I2C Frequency via .net in labVIEW8.5.1
Replies: 1
Views: 6854

Get I2C Frequency via .net in labVIEW8.5.1

Hi,
I want to get the frequency via I2C_GetFrequency of I2C_Methods.But the return value is "Init Fail".Is there any advice for this?

Thanks,

Don
by Don
Wed Nov 24, 2010 2:44 am
Forum: SUB-20 General Discussion
Topic: VBA Example on Excel
Replies: 5
Views: 12692

Re: VBA Example on Excel

Hi, I'd like to send data via I2C_Write command but the result is false.Why? Source code as below. Dim DataArry As New SystemByteArray DataArry.CreateInstance (16) 'Protocol : S_0xBE_W_08_3A_P Success = DataArry.SetValue(&H8, 0) Success = DataArry.SetValue(&H3A, 1) Success = Dev.I2C_Write(&H5F, &H0,...
by Don
Fri Nov 19, 2010 9:08 am
Forum: SUB-20 General Discussion
Topic: VBA Example on Excel
Replies: 5
Views: 12692

Re: VBA Example on Excel

Hi, I try to follow user menu to define data type of SlavesArry in Excel VBA,but system show me the error message”Data Type not match”.I don't know how to define data type of SlavesArry in Excel VBA.Help! Example in sub20net user menu as following Private Sub I2CEnumSlaves() Dim Dev As New Sub20 Dim...
by Don
Thu Nov 18, 2010 3:29 am
Forum: SUB-20 General Discussion
Topic: VBA Example on Excel
Replies: 5
Views: 12692

VBA Example on Excel

Hi,

Is there any VBA example without .NET framework for Excel 2003?

Thanks and regards,

Don
by Don
Mon Nov 08, 2010 8:21 am
Forum: SUB-20 General Discussion
Topic: C++ Builder 6.0 and sub-20
Replies: 2
Views: 7838

Re: C++ Builder 6.0 and sub-20

It,s work.Thank you.
by Don
Thu Nov 04, 2010 3:36 am
Forum: SUB-20 General Discussion
Topic: C++ Builder 6.0 and sub-20
Replies: 2
Views: 7838

C++ Builder 6.0 and sub-20

May I use sub-20 with C++ Builder 6.0? My source code as below #include <vcl.h> #pragma hdrstop #include "Unit1.h" #include "libsub.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TForm1 *Form1; //-----------------...