Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Oz

Pages: [1]
1
AVR Development Tools / AVR Development System now has Arduino support
« on: October 17, 2012, 11:35:07 pm »
AVR Development System now includes the Arduino compiler and Arduino examples to run Arduino programs on BiPOM MINI-MAX boards.

Currently supported examples are for the TB-1 Training board ( LED's, buzzer and Analog to Digital Converter support ). More examples are being added.

Oz

2
8051 Development Tools / Re: download error
« on: January 23, 2004, 10:43:42 pm »
Please use the latest 8051 Development System at
http://www.bipom.com/8051dev.htm

The Micro-IDE that comes with this package contains a loader ( MINI-MAX/51-C Loader ) that automatically recognizes the microcontroller type on the board and adjusts the baud rate for fastest download possible.

Oguz

3
8051 Development Tools / Re: Need help on implementing a Timer
« on: October 14, 2003, 06:51:44 am »
There are example timer projects that come with the 8051 Development System ( http://www.bipom.com/8051dev.htm ). These are called int0 ( assembly example ) and int51 ( C example ).
These examples for C Compiler.

For Basic ( http://www.bipom.com/bascom.htm ), there are also timer examples:

timer0
timer2
timer2a
timer2b
timer2c

:)

4
68HC08 Development Tools / Re: Using the Timer Hardware
« on: October 14, 2003, 06:53:33 am »
There are example timer projects that come with the 8051 Development System ( http://www.bipom.com/8051dev.htm ). These are called int0 ( assembly example ) and int51 ( C example ).
These examples for C Compiler.

For Basic ( http://www.bipom.com/bascom.htm ), there are also timer examples:  

timer0
timer2
timer2a
timer2b
timer2c

 

Pages: [1]