Ticket #456 (Fixed)Sun Jul 01 20:48:53 UTC 2018
Serial doesn't work on RO 5.24 on Rasberri Pi3 Model B+
Reported by: | Timo Hartong (2813) | Severity: | Critical |
Part: | RISC OS: Module | Release: | 3rd public site release |
Milestone: | RISC OS ROM build complete | Status | Fixed |
Details by Timo Hartong (2813):
One I use the following simple program :
REM >OpenTest
lock = OPENUP
BPUT#lock,“Hello World”;
CLOSE#lock
PRINT "Hello end "
The Raspberry Pi3 Model B+ freezes. Frank from Risc.Os belgium has ssen the same problem.
It doesn’t hang if you remove the line BPUT#lock,“Hello World”;
I have tried in configf.txt:
dtoverlay=pi3-disable-bt
But that doesn’t help
Changelog:
Modified by Timo Hartong (2813) Mon, July 02 2018 - 17:35:19 GMT
- Status changed from Open to Fixed