Minicom
Minicom is an application like gtkterm and putty.
To install:
1. In the terminal type: 'sudo apt-get install minicom'
2. Type Y to continue with the download
3. To connect to the FPGA, type the following command:
'sudo minicom -D /dev/ttyACM0 -b 115200 -8 -o'
To install:
1. In the terminal type: 'sudo apt-get install minicom'
2. Type Y to continue with the download
3. To connect to the FPGA, type the following command:
'sudo minicom -D /dev/ttyACM0 -b 115200 -8 -o'
Comments
Post a Comment