I need the 9th data bit to be 1 or 0 to signify end of data, the serial mode is 9600 9N1 can this be done on the fly in pic basic pro. Im using the serout2 command for my data.
Thanks Sphere.
I need the 9th data bit to be 1 or 0 to signify end of data, the serial mode is 9600 9N1 can this be done on the fly in pic basic pro. Im using the serout2 command for my data.
Thanks Sphere.
Just done a quick search for a bit bang serial routine, the one I found seems quite simple.
Thanks Sphere.
Would you share the one you found? I need this same thing...
Thanks,
Gabriel
Does your PIC have a UART? 9N1 is possible on most that do ... (see datasheet)
Paul Borgmeier
Salt Lake City, UT
USA
__________________
I was thinking on using an old f84A, but if it's easier with the USART, I would do that with one of the 18F's...
Anyway, I would be intersted in the bit banged routine to learn how to do it.
Thanks
This is what I found.
Sphere.
http://www.picbasic.co.uk/forum/show...t=bang+routine
Bookmarks