Difference b/w console and terminal in IDE

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

Difference b/w console and terminal in IDE

990件の閲覧回数
aravindpb5009
Contributor III

hai

 

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

ラベル(1)
0 件の賞賛
返信
5 返答(返信)

889件の閲覧回数
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 件の賞賛
返信

889件の閲覧回数
aravindpb5009
Contributor III

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

0 件の賞賛
返信

889件の閲覧回数
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 件の賞賛
返信

889件の閲覧回数
aravindpb5009
Contributor III

thank you

0 件の賞賛
返信

889件の閲覧回数
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 件の賞賛
返信