Virtual Com example problem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Virtual Com example problem

ソリューションへジャンプ
866件の閲覧回数
hubertmelchert
Contributor I

I'm trying to run virtual com example on TWR70. I'm using IAR and Freescale MQX 3.8. The program seems to run without problems. On my PC i can see unknown USB-SERIAL device. The problem is that no matter which .inf file I try system ignores it. Same thing happens on Win7 and WinXP. What am I doing wrong ?

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 解決策
571件の閲覧回数
soledad
NXP Employee
NXP Employee

Hello Hubert,

Please check the below threads and let me know if this helps,

Questions about "virtual_com" USB CDC driver in MQX 3.6 & under CW10

CDC on K60


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
572件の閲覧回数
soledad
NXP Employee
NXP Employee

Hello Hubert,

Please check the below threads and let me know if this helps,

Questions about "virtual_com" USB CDC driver in MQX 3.6 & under CW10

CDC on K60


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信
571件の閲覧回数
hubertmelchert
Contributor I

That helped me to install drivers. Now there is another problem. I can't open serial port that show up in system. While debugging an example i noticed that the program can't go through enumeration process. Any idea why ? I'm using example from MQX 3.8 directory without any changes.

0 件の賞賛
返信
571件の閲覧回数
soledad
NXP Employee
NXP Employee

Hello Hubert,

Could you please add a screenshot of this issue??

Have a nice day!

Sol

0 件の賞賛
返信
571件の閲覧回数
hubertmelchert
Contributor I

while (TRUE)

    {

        /* call the periodic task function */    

        USB_CDC_Periodic_Task();         

       /*check whether enumeration is complete or not */

        if((start_app==TRUE) && (start_transactions==TRUE))

        {      

            Virtual_Com_App();     //Virtual_Com_App() can't be executed because start_app and start_transactions ale FALSE

        }          

    }/* Endwhile */ 

}

0 件の賞賛
返信