File size: 308 Bytes
a2a15a2
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
10 REM "Slave sender from Arduino examples"
20 REM ""
100 REM "the setup()"
110 PRINT "Open slave mode on port 8"
120 OPEN &7, 8, 1 
200 REM "the loop()"
210 REM "send exactly 6 byte to the buffer"
220 FOR I
230 PRINT &7, "hello "
240 DELAY 100
250 IF USR(7, 1)=0 THEN PRINT "Master requested data"
260 NEXT