multiple serin's on a PICAXE 40

Brian Falconer

New Member
I want to use portc or portd for serial input but keep getting a syntax error when using the command
serin portc pin0,N4800,("5")
any ideas?


 
 

hippy

Ex-Staff (retired)
It can't be done. Only the default input pins can be used for SERIN etc, ie no PORTA or PORTC prefix allowed.
 
Top