This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can I use one computer to control four EV2300?

Other Parts Discussed in Thread: BQ2022A

hey!guys,

Look at the title, Is anyone have done this before? I want to program IC BQ2022a via EV2300, because I hope it can program four pcs at one time.

Is it possible?

I have another problem--when I use the old version bq80xRW.ocx, I can import into VC6.0.But if I use the new version bq80xRW.ocx,the VC  popup

the information 'The ActiveX control cannot be instantiated", Why ? I have used  DEPENDS.EXE to check it . It is OK.

By the way! Is anyone have the EV2300 SDK? I am not familiar with ActiveX.Thank you very much!

(I am sorry .My English is poor!)

  • Luxin,

    You can connect 4 EV2300's to one PC and do the programming - It is definitely possible. Either you can have four different instances of EVSW, or if you are accessing the ActiveX ocx, you can make program to detect 4 different USB instances of the EV2300 and talk to them seperately.

    Sometimes the VC project associates old ocx's GUID, or in other words, it links one particular project with a particular ocx. Then when a new ocx with same name , but different GUID is added, it gets confused which ocx to use. You have to make sure that the correct ocx is used.

    Sambit