Using C2 (leg 13) on 28X1 for serial out

cachomachine

Senior Member
I am trying to use C2 (leg 13) on a 28X1 to output a serial out command to a serial LCD using the following command serout 2,n4800_4,(b1) but the serial stream goes out on output 2 (leg 23), what would be the correct syntax to use this pin?
serout c2,n4800_4,(b1) or serout c.2,n4800_4,(b1) gives me a syntax error
 

hippy

Technical Support
Staff member
This is a limitation of the 28X1; SEROUT can only be used with the default output pins, legs 21 through 28 ( B.x pins on the later 28X2 ).
 
Top