I see. I had worked on SERIN/OUT for a few days and couldn't get it to work. It is working now. Need I pause between these statements or just run them together. There seems to be a long time to go from master PIC to slave then to display on an LCD.
master:
SerOut2 PORTA.0,N2400,["A",w2]
SerOut2 PORTB.6,N2400,["A",w2]
SerOut2 PORTB.7,N2400,["A",w2]
slave:
SerIn2 PORTB.0,N2400,[wait ("A"),w2]
Gosub LCD
SerOut PORTA.3,N2400,[12,27,"F",65,#w3," ",#w2]
One other thing, what is compile timeout (ver 2.40)?
Bookmarks