Take (for example) a Arduino Leonardo.
Program it with avr/hex/32u4-16MHz-UART38400.hex.
Compile forth/jumptable. txt and avr/forth/usbcdc.txt over the serial port.
Execute usb.terminal
A new USB serial port will appear on your PC on which the FlashForth operator console appears.
Last edit: Mikael Nordman 2020-10-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is now a USB CDC driver for ATmega32u4 as forth source code available.
https://sourceforge.net/p/flashforth/code/ci/master/tree/avr/forth/usbcdc.txt
Take (for example) a Arduino Leonardo.
Program it with avr/hex/32u4-16MHz-UART38400.hex.
Compile forth/jumptable. txt and avr/forth/usbcdc.txt over the serial port.
Execute usb.terminal
A new USB serial port will appear on your PC on which the FlashForth operator console appears.
Last edit: Mikael Nordman 2020-10-27
works great thank you!