I need to find the linux way of running the following DOS commands:
MODE COM1: 9600,N,8,1,P
COPY FIRMWARE.COD COM1
Is this possible? I know COM1 in Linux is /dev/ttyS0 but that's about it. How do you set the mode on it and perform the copy?
Thanks a lot in advance.
