HenrikOlsson and Joe are saying change your code from
toCode:Serin 16,16780,[WAIT(255),PinNumber,PinState]
Seems to work much better using for example:Code:SERIN2 PORT?.?,16780,[WAIT(255),PinNumber,PinState]
PORTC.3
instead of
PIN?
HenrikOlsson and Joe are saying change your code from
toCode:Serin 16,16780,[WAIT(255),PinNumber,PinState]
Seems to work much better using for example:Code:SERIN2 PORT?.?,16780,[WAIT(255),PinNumber,PinState]
PORTC.3
instead of
PIN?
Dave
Always wear safety glasses while programming.
texas5 -
Please note the information on Bruce's website prior to the code for this example:
That's probably where there is some confusion.Originally Posted by http://www.rentron.com/sending_data.htm
Wisdom is knowing what path to take next... Integrity is taking it.
Ryan Miller
Bookmarks