z8encore

Does anyone have a code snippet for an rs232 irq handler for the z8encore dev. board? I have tried and tried to successfully transmit to Hyperterminal and I am at best, seeing every other character transfer. Even if I change the index to start at 1 and not 0, I see the same characters transfer(i.e. 'Hello World' can be seen as HloWrdxxxxx where x represents different extended ascii characters such that the total characters displayed to Hyperterminal = 11, the same as in 'Hello World').

Thanks Steve Wenner

Reply to
Steve Wenner
Loading thread data ...

Let's see what your transmit code looks like. You're at least talking via the serial port. It just looks like you're either putting the characters to send into your output buffer incorrectly, or pulling them out incorrectly when you grab a byte to transmit.

Reply to
Gary Kato

"Steve Wenner" wrote in news:eUCMa.22895$ snipped-for-privacy@news1.news.adelphia.net:

You sure that isn't something like HxlxoxWxrxd? Something like that would indicate the wrong number of stop bits.

Jeff.

----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----

formatting link
The #1 Newsgroup Service in the World! >100,000 Newsgroups

---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---

Reply to
Jeffrey A. Wormsley

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.