hi,
I'm making use of serial interupts with the USART, and basing this on code found here:
http://www.melabs.com/resources/samp...bp/serbufx.bas
This has worked fine for me before, but now I have a different application. Incoming serial is at 57600 baud, with a default high of 3v dropping low during transmission. I'm not sure how low though! I'm assuming 0v - and though I don't have an osciliscope I see a dip in voltage on a mutlimeter happening where I would expect it to happen.
My problem is that it's not low enough to trigger the hardware interrupt, let alone make any sense the incoming bytes. To test this, I put aside the USART routine, and created a loop looking for LOW on the PIN receiveing the incoming serial, it did not ever register LOW.
So, can anyone help with this, and suggest what I might do to this signal to read the bytes?
bests,
Tobie
Bookmarks