I can see that some modifications to :warmlit might enable the intepreter i/o to be through UART2. However merely substituting TX2, RX2 and RX2Q for TX1, RX1 and RX1Q doesn't compile for me
Are there any instuctions for getting the intepreter to run through UART2? Could this be the subject of a decl at some point?
Robert
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can see that some modifications to :warmlit might enable the intepreter i/o to be through UART2. However merely substituting TX2, RX2 and RX2Q for TX1, RX1 and RX1Q doesn't compile for me
Are there any instuctions for getting the intepreter to run through UART2? Could this be the subject of a decl at some point?
Robert
Did you uncomment this line in the config file ?
.equ BAUDRATE2, 38400
That should also compile the UART2 stuff.
If not, a bug has creeped into FF.
Yes - that was the problem. Thanks Mikael. I'm now up and running. Great project!