Terminal Component - 9HCS12C32

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

Terminal Component - 9HCS12C32

1,839件の閲覧回数
vgonzale
Contributor I

I'm using codewarrior, the free version for 9HCS12C32, the IDE version is 5.9.0 and the debugger is version 6.1 build 8094. I'm trying to use the terminal component with the example program, but the terminal does not display any message. I understand that the problem is in the virtual SCI configuration because the default sci0.SerialInput does not exist. I tried to use the inspector component to see the internal objects, but there are two sci, one name SCI:1 and the other Sci:2. I do not know how to name the objects to configure the terminal, I tried Sci:2.SerialInput, and many other variation, but nothing happened. Could you help me? Thanks Vicente

 

 

 

 

Added p/n to subject.



Message Edited by NLFSJ on 2008-08-06 12:35 PM
ラベル(1)
0 件の賞賛
返信
2 返答(返信)

846件の閲覧回数
CrasyCat
Specialist III
Hello
 
I assume you are debugging on the simulator?
If you are debugging on the simulator make sure to specify 9HCS12C32 as derivative.
Then you need to configure the Terminal as follows:
  Virtual SCI Input Port should be set to "Sci:2.SerialOutput"
  Virtual SCI Output Port should be set to "Sci:2.SerialInput"
 
Then close the "Configure Terminal Connection" dialog clicking on OK
Finally select File -> "Save Configuration" to save the terminal settings.
 
This should be working then.
 
CrasyCat
0 件の賞賛
返信

846件の閲覧回数
vgonzale
Contributor I
Yes, it works.
Thank you.
Vicente
0 件の賞賛
返信