Serial problem with RO 5.24 on Raspberry Pi3 Model B+
Timo Hartong (2813) 204 posts |
Hi, I was wondering if there are more people who are having trouble with getting the serial port working under RO 5.24. If you have the simple program as : Riscos simply hangs. If you remove the line BPUT#lock,“Hello World”; there is not problem. But also not very usefull. |
nemo (145) 2546 posts |
It’s best to wrap code in <pre> and </pre> tags to stop Textile messing with it.
This is little consolation, but all versions of RISC OS have done that out of the box if you don’t have anything connected to the serial port. We used to wire the plug specially to stop it! The more sensible option is to use OS_SerialOp,0 to tell the Serial system to ignore DSR and CTS – if either of those is high then the transmit will block. |
Timo Hartong (2813) 204 posts |
Hi Nemo, Well that fixed the problem for me. That was hit the user to continue. Thanks for that. |