Difference b/w console and terminal in IDE

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

Difference b/w console and terminal in IDE

1,622 次查看
aravindpb5009
Contributor III

hai

 

  PLEASE LET ME KNOW what is the difference b/w console and terminal path in IDE   

标签 (1)
0 项奖励
回复
5 回复数

1,521 次查看
BlackNight
NXP Employee
NXP Employee

The console view in Eclipse is a view where plugins (e.g. the gdb debugger) can write messages, e.g. for logging purposes.

The terminal view is used to have a connection to an external program or hardware, e.g. over UART/serial or TCP/IP, SSH etc.

I hope this helps.

0 项奖励
回复

1,521 次查看
aravindpb5009
Contributor III

@Erich Styger  thanks for your assistance plz share me some uart basic codings 

0 项奖励
回复

1,521 次查看
BlackNight
NXP Employee
NXP Employee

On Welcome | MCUXpresso SDK Builder  you should be able to find the SDK for your device. The SDK examples come with UART examples included.

0 项奖励
回复

1,521 次查看
aravindpb5009
Contributor III

thank you

0 项奖励
回复

1,521 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

You can find uart demo code in SDK package :

{SDK_package install folder}\boards\lpcxpresso824max\driver_examples\usart

under this folder there are 6 uart demo code. in each demo code folder there is readme.txt, please read them to see which one match your requirement.

Jun Zhang

0 项奖励
回复