Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » SerialDev/SerModules/ReadMe
SerialDev/SerModules/ReadMe
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak |
Filename: | SerialDev/SerModules/ReadMe |
Read OK: | ✔ |
File size: | 0319 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
SerialUtil & Serialdev ---------------------- These two modules are written to run under RISC OS 3.10, and improve integrity of serial communications (particularly receiving) at speeds of 9600 baud and above. They were included in the ROM distribution for RISC OS 3.11, and as such are not needed on systems equipped with this version of the OS. They should be *RMLoaded on system bootup. Note from David@arcade.demon.co.uk If you're using a program written for Risc OS 3.1, don't bother with SerialUtil. It's the replacement SerialDev module that's the important one! SerialBuff ---------- David Pilling's Serial Buffer module should also be RMloaded & its parameters specified in your !boot file eg; RMload ADFS::IDEdisc4.$.!System.Modules.SerialBuff SerialBufferSize 16384 8192
00000000 53 65 72 69 61 6c 55 74 69 6c 20 26 20 53 65 72 |SerialUtil & Ser| 00000010 69 61 6c 64 65 76 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d |ialdev.---------| 00000020 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 54 68 |-------------.Th| 00000030 65 73 65 20 74 77 6f 20 6d 6f 64 75 6c 65 73 20 |ese two modules | 00000040 61 72 65 20 77 72 69 74 74 65 6e 20 74 6f 20 72 |are written to r| 00000050 75 6e 20 75 6e 64 65 72 20 52 49 53 43 20 4f 53 |un under RISC OS| 00000060 20 33 2e 31 30 2c 20 61 6e 64 20 69 6d 70 72 6f | 3.10, and impro| 00000070 76 65 20 0a 69 6e 74 65 67 72 69 74 79 20 6f 66 |ve .integrity of| 00000080 20 73 65 72 69 61 6c 20 63 6f 6d 6d 75 6e 69 63 | serial communic| 00000090 61 74 69 6f 6e 73 20 28 70 61 72 74 69 63 75 6c |ations (particul| 000000a0 61 72 6c 79 20 72 65 63 65 69 76 69 6e 67 29 20 |arly receiving) | 000000b0 61 74 20 73 70 65 65 64 73 20 6f 66 20 0a 39 36 |at speeds of .96| 000000c0 30 30 20 62 61 75 64 20 61 6e 64 20 61 62 6f 76 |00 baud and abov| 000000d0 65 2e 20 54 68 65 79 20 77 65 72 65 20 69 6e 63 |e. They were inc| 000000e0 6c 75 64 65 64 20 69 6e 20 74 68 65 20 52 4f 4d |luded in the ROM| 000000f0 20 64 69 73 74 72 69 62 75 74 69 6f 6e 20 66 6f | distribution fo| 00000100 72 20 0a 52 49 53 43 20 4f 53 20 33 2e 31 31 2c |r .RISC OS 3.11,| 00000110 20 61 6e 64 20 61 73 20 73 75 63 68 20 61 72 65 | and as such are| 00000120 20 6e 6f 74 20 6e 65 65 64 65 64 20 6f 6e 20 73 | not needed on s| 00000130 79 73 74 65 6d 73 20 65 71 75 69 70 70 65 64 20 |ystems equipped | 00000140 77 69 74 68 20 74 68 69 73 20 0a 76 65 72 73 69 |with this .versi| 00000150 6f 6e 20 6f 66 20 74 68 65 20 4f 53 2e 0a 0a 54 |on of the OS...T| 00000160 68 65 79 20 73 68 6f 75 6c 64 20 62 65 20 2a 52 |hey should be *R| 00000170 4d 4c 6f 61 64 65 64 20 6f 6e 20 73 79 73 74 65 |MLoaded on syste| 00000180 6d 20 62 6f 6f 74 75 70 2e 0a 0a 4e 6f 74 65 20 |m bootup...Note | 00000190 66 72 6f 6d 20 44 61 76 69 64 40 61 72 63 61 64 |from David@arcad| 000001a0 65 2e 64 65 6d 6f 6e 2e 63 6f 2e 75 6b 0a 0a 49 |e.demon.co.uk..I| 000001b0 66 20 79 6f 75 27 72 65 20 75 73 69 6e 67 20 61 |f you're using a| 000001c0 20 70 72 6f 67 72 61 6d 20 77 72 69 74 74 65 6e | program written| 000001d0 20 66 6f 72 20 52 69 73 63 20 4f 53 20 33 2e 31 | for Risc OS 3.1| 000001e0 2c 20 64 6f 6e 27 74 20 62 6f 74 68 65 72 20 77 |, don't bother w| 000001f0 69 74 68 0a 53 65 72 69 61 6c 55 74 69 6c 2e 20 |ith.SerialUtil. | 00000200 49 74 27 73 20 74 68 65 20 72 65 70 6c 61 63 65 |It's the replace| 00000210 6d 65 6e 74 20 53 65 72 69 61 6c 44 65 76 20 6d |ment SerialDev m| 00000220 6f 64 75 6c 65 20 74 68 61 74 27 73 20 74 68 65 |odule that's the| 00000230 20 69 6d 70 6f 72 74 61 6e 74 20 6f 6e 65 21 0a | important one!.| 00000240 0a 53 65 72 69 61 6c 42 75 66 66 0a 2d 2d 2d 2d |.SerialBuff.----| 00000250 2d 2d 2d 2d 2d 2d 0a 44 61 76 69 64 20 50 69 6c |------.David Pil| 00000260 6c 69 6e 67 27 73 20 53 65 72 69 61 6c 20 42 75 |ling's Serial Bu| 00000270 66 66 65 72 20 6d 6f 64 75 6c 65 20 73 68 6f 75 |ffer module shou| 00000280 6c 64 20 61 6c 73 6f 20 62 65 20 0a 52 4d 6c 6f |ld also be .RMlo| 00000290 61 64 65 64 20 26 20 69 74 73 20 70 61 72 61 6d |aded & its param| 000002a0 65 74 65 72 73 20 73 70 65 63 69 66 69 65 64 20 |eters specified | 000002b0 69 6e 20 79 6f 75 72 20 0a 21 62 6f 6f 74 20 66 |in your .!boot f| 000002c0 69 6c 65 20 65 67 3b 0a 0a 0a 52 4d 6c 6f 61 64 |ile eg;...RMload| 000002d0 20 41 44 46 53 3a 3a 49 44 45 64 69 73 63 34 2e | ADFS::IDEdisc4.| 000002e0 24 2e 21 53 79 73 74 65 6d 2e 4d 6f 64 75 6c 65 |$.!System.Module| 000002f0 73 2e 53 65 72 69 61 6c 42 75 66 66 0a 53 65 72 |s.SerialBuff.Ser| 00000300 69 61 6c 42 75 66 66 65 72 53 69 7a 65 20 31 36 |ialBufferSize 16| 00000310 33 38 34 20 38 31 39 32 0a |384 8192.| 00000319