Hi, I'm trying to read a line or a char in a terminal but it seems nothing is happening when im typing in the terminal. I'm using processor expert TERM component.
Here is a part of my code :
char readchannel;
Term1_SendStr("select DAC channel (0, 1, 2, 3) :\r\n");
Term1_ReadChar(&readchannel);
The "send" function works well but I dont get why I cant read anything...
Would you guys help me with this ?
Regards,
Martin