like could i have two declarations for using the rs232 on different pins?
and if i did that how would i specify which rs232 i wanted to use would it be something really simple like
putc(PIN_c7) for one device(obviously after declaring c7 as an output pin
and
putc(PIN_a2) for the other
is this possible or am i living in a fantasy land
cheers
Ttelmah Guest
Posted: Tue Apr 11, 2006 7:12 am
Look in the manual. Do a search on the keyword 'stream'. Alternatively do a search here on the same word.
Remember though the limitations of a 'software' serial (which is what will be used on any pins except the hardware UART ones).
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum