Control: tags 769398 + upstream Control: tags 769398 + wontfix
Hi Matteo, thanks for your patch to add config file support to picocom. I believe, however, that it should be considered by picocom upstream. Otherwise, we have to update the patch with every new version or will introduce Debian specific errors. Please file your request directly at picocoms project page: https://github.com/npat-efault/picocom/issues I wonder, wether the feature is needed at all. There is a simple workaround when working with bash, dash, etc.: alias pc-usb0='picocom --baud=115200 /dev/ttyUSB0' alias pc-s4='picocom --baud=9600 --stopbits=2 /dev/ttyS4' which is even more flexible than a config file, IMHO. Cheers