DOS like linefeed/newline/return for ENTER 0x0D 0x0A with minicom possible ?

Lixus Zoran pmr446 at muellers.ms
Tue Aug 7 09:02:21 UTC 2007


Hello,

I have got a device attached to my /dev/ttyUSB0.
I can connect with minicom fine but it requires that
I press <enter> to get into the configuration menu of the device.

This is not working and I believe this is because 
Linux/Unix are using hex 0x0A and DOS/Windows
are using  0x0D and 0x0A as sequence for <enter>

DOS, Windows   0D 0A   (\r\n)
UNIX           0A      (\n)
Machintosh     0D      (\r)

How can I make minicom to send \r\n also known
as hex 0x0D 0x0A  or return and linefeed ?

TIA, lixus



More information about the minicom-devel mailing list