5: BASIC Stamp Command Reference – SEROUT
BASIC Stamp Programming Manual 2.0c
•
www.parallaxinc.com
•
Page 297
Baud
Rate
8-bit
no-parity
inverted
8-bit
no-parity
true
7-bit
even-parity
inverted
7-bit
even-parity
true
300
19697
3313
27889
11505
600
18030
1646
26222
9838
1200
17197
813
25389
9005
2400
16780
396
24972
8588
4800
16572
188
24764
8380
9600
16468
84
24660
8276
NOTE: For "open" baudmodes used in networking, add 32768 to the values from the table
above. If the dedicated serial port (Tpin=16) is used, the data is inverted and driven
regardless of the baudmode setting.
Baud
Rate
8-bit
no-parity
inverted
8-bit
no-parity
true
7-bit
even-parity
inverted
7-bit
even-parity
true
1200
18447
2063
26639
10255
2400
17405
1021
25597
9213
4800
16884
500
25076
8692
9600
16624
240
24816
8432
NOTE: For "open" baudmodes used in networking, add 32768 to the values from the table
above. If the dedicated serial port (Tpin=16) is used, the data is inverted and driven
regardless of the baudmode setting.
Baud
Rate
8-bit
no-parity
inverted
8-bit
no-parity
true
7-bit
even-parity
inverted
7-bit
even-parity
true
1200
18447
2063
26639
10255
2400
17405
1021
25597
9213
4800
16884
500
25076
8692
9600
16624
240
24816
8432
NOTE: For "open" baudmodes used in networking, add 32768 to the values from the table
above. If the dedicated serial port (Tpin=16) is used, the data is inverted and driven
regardless of the baudmode setting.
If you’re communicating with existing software or hardware, its speed(s)
and mode(s) will determine your choice of baud rate and mode. See the
SERIN command description for more information.
The example below will transmit a single byte through I/O pin 1 at 2400
baud, 8N1, inverted:
C
HOOSING THE PROPER BAUD MODE
.
A
SIMPLE FORM OF
SEROUT.
Table 5.82: BS2 and BS2e
common baud rates and
corresponding Baudmodes.
Table 5.83: BS2sx common baud
rates and corresponding
Baudmodes.
Table 5.84: BS2p common baud
rates and corresponding
Baudmodes.
Summary of Contents for BASIC Stamp 2e
Page 1: ...BASIC Stamp Programming Manual Version 2 0c...
Page 34: ...Quick Start Guide Page 32 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Page 340: ...ASCII Chart Page 338 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Page 342: ...Reserved Words Page 340 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Page 346: ...Conversion Formatters Page 344 BASIC Stamp Programming Manual 2 0b www parallaxinc com...