Discussion forum for the BasicX family of microcontroller chips.
|
I have realized that COM3 and the InputCapture procedure conflict. I use InputCapture to receive a TV remote infrared signal but need to send the code out COM3. Is there anyway to work around this? Can I close COM3 then call InputCapture, then open COM3 again? Thanks. Brent Boshart |
|
|
|
yes "Brent Boshart " wrote: > I have realized that COM3 and the InputCapture procedure conflict. I > use InputCapture to receive a TV remote infrared signal but need to > send the code out COM3. Is there anyway to work around this? Can I > close COM3 then call InputCapture, then open COM3 again? > > Thanks. > Brent Boshart > Yahoo! Groups Sponsor ADVERTISEMENT > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. [Non-text portions of this message have been removed] |
|
|
|
How do you close COM3? Brent --- In , Neil Jepsen <njepsen@i...> wrote: > yes > > "Brent Boshart " wrote: > > > I have realized that COM3 and the InputCapture procedure conflict. I > > use InputCapture to receive a TV remote infrared signal but need to > > send the code out COM3. Is there anyway to work around this? Can I > > close COM3 then call InputCapture, then open COM3 again? > > > > Thanks. > > Brent Boshart > > > > > > Yahoo! Groups Sponsor > ADVERTISEMENT > > > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > [Non-text portions of this message have been removed] |
|
From: <> > How do you close COM3? > [...] The beta test version of the IDE contains a new procedure called CloseCom: http://www.basicx.com/beta If you'd rather use the current IDE, there is code in the LCD-Plus application note that does the same thing. Procedure CloseSerialPort is in module Com3Driver in the LCD zip file. The app note is here: http://www.basicx.com/appnotes/bx-24appnotes.htm Check out "LCD+ display" at the end of the list. -- Frank Manning -- NetMedia, Inc. |