LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to type to minicom? (https://www.linuxquestions.org/questions/linux-software-2/how-to-type-to-minicom-4175609073/)

bremenpl 07-03-2017 05:16 AM

How to type to minicom?
 
Hello there,
I have installed minicom in order to communicate with a serial device. I have configured it and now when i type "minicom" the console opens and I can receive text. The problem is I cannot write anything back from keyboard. I dont want to send a file or anything, just type back. Is there any setting for that? I would appreciate all help.

ferrari 07-03-2017 05:38 AM

Perhaps you're wanting to enable 'local echo'?

Refer to post#3 of this thread...
http://www.linuxquestions.org/questi...screen-384637/

bremenpl 07-03-2017 06:04 AM

Does this local echo blocks the reception somehow? Because with local echo I can indeed type the text in but I do not receive anything back as soon as I turn it on.

michaelk 07-03-2017 08:11 AM

Local echo should not block receiving text from your device but without knowing anything about its command protocol or how it works it is impossible to say what is wrong.

bremenpl 07-03-2017 09:52 AM

Generally speaking its a simble debug interface for a linux device. To be more precise its an intel edison board. I am trying to interface with the uart link to login and etc. It works very well in Windows. The driver itself is FTDI usb to uart bridge.

michaelk 07-03-2017 12:35 PM

I am not familiar with the board and from what I information I found setting local echo should not be required.

Just to verify that originally you saw the login message and prompt? That would confirm that you are using the correct serial device?

bremenpl 07-03-2017 12:42 PM

Yes of course, i did see everything including login screen. I just cant write anything without echo. With echo on the other hand i type in but the device doesnt respond, i see no data going back to me (only my echo)

astrogeek 07-03-2017 12:52 PM

You should look at the flow control settings, I think the choices are Hardware (RTS/CTS) and Software (XON/XOFF) in minicom.

As you say it works under another OS we must kind of assume that you are using the same cable and connectors, but check those if different.

bremenpl 07-03-2017 12:53 PM

Same cables and even pc. I am sure the serial settings are ok but i will double ckeck tommorow morning. I can receive everything correctly. Thanks for hel so far.

bremenpl 07-03-2017 11:54 PM

Hardware flow control was on in minicom settings... I have not noticed that. Now it works. Thank you for help.

astrogeek 07-04-2017 12:09 AM

You are welcome, glad that worked!


All times are GMT -5. The time now is 05:33 AM.