Sign in

username:

password:



Not a member?

Search basicx



Search tips

Subscribe to basicx



basicx by Keywords

Accelerometer | ADC | ADXL | Adxl20 | AVR | BasicStamp | BX-35 | BX28 | BX35 | COM3 | Compiler | Downloader | EEPROM | Electromagnet | GetADC | GP2D1 | GPS | I2C | IDE | Keypad | LCD | LCD+ | MIDI | Motors | Multitasking | Netmedia | Networking | PCB | PID | PlaySound | PWM | Relays | RTC | Servo | ShiftOut | SitePlayer | SPI | Stack | Timer | USB

Ads

Discussion Groups

Discussion Groups | BasicX | InputCapture and COM3

Discussion forum for the BasicX family of microcontroller chips.

InputCapture and COM3 - Brent Boshart - Feb 17 20:56:00 2003

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





(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )


Re: InputCapture and COM3 - Neil Jepsen - Feb 17 21:51:00 2003

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]





(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: InputCapture and COM3 - Brent Boshart - Feb 17 22:47:00 2003

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]




(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: Re: InputCapture and COM3 - Frank Manning - Feb 18 0:25:00 2003

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.




(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )