Terminal Component - 9HCS12C32

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Terminal Component - 9HCS12C32

1,843 次查看
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 回复数

850 次查看
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 项奖励
回复

850 次查看
vgonzale
Contributor I
Yes, it works.
Thank you.
Vicente
0 项奖励
回复