Difference b/w console and terminal in IDE

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Difference b/w console and terminal in IDE

707 Views
aravindpb5009
Contributor III

hai

 

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

Labels (1)
0 Kudos
5 Replies

606 Views
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 Kudos

606 Views
aravindpb5009
Contributor III

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

0 Kudos

606 Views
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 Kudos

606 Views
aravindpb5009
Contributor III

thank you

0 Kudos

606 Views
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 Kudos