read
begin
rx1? for rx1 buffer i + c! next
again ;
as a word it works, but as a task when i run it, the scamp stop and don't says OK. i need to do a reset.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
begin
rx1? for rx1 buffer i + c! next
again ;
as a word it works, but as a task when i run it, the scamp stop and don't says OK. i need to do a reset.
Try adding PAUSE before RX1?.
thank you for help. it works.