The Rx_Pin and Tx_Pin of Propeller
kevinspace
Posts: 56
Hello, everybody~
The Rx_Pin and Tx_Pin of Propeller which only used at pin_30 and pin_31 ?
Can I set other pin as Rx_Pin and Tx_Pin ?
Like it :
dira[1] := 1
dira[2] := 1
outa[1] := outa[30]
outa[2] := outa[31]
Because I used the Propeller Demo Board and try to used serial output by RS-232.
The Rx_Pin and Tx_Pin of Propeller which only used at pin_30 and pin_31 ?
Can I set other pin as Rx_Pin and Tx_Pin ?
Like it :
dira[1] := 1
dira[2] := 1
outa[1] := outa[30]
outa[2] := outa[31]
Because I used the Propeller Demo Board and try to used serial output by RS-232.
Comments