how can I program a 28x starting from a .bas file ?

Enrico

New Member
Hello, how can I program a 28x starting from a .bas file ? hardware is OK but the converting function "basic to assembler" doesn't work, software tell me that I need a Revolution PIC and a programmer attached to use this feature! what can I do?
 

eclectic

Moderator
Hello, how can I program a 28x starting from a .bas file ? hardware is OK but the converting function "basic to assembler" doesn't work, software tell me that I need a Revolution PIC and a programmer attached to use this feature! what can I do?
Enrico.

Please read Manual 1, page 6

e
 

Enrico

New Member
I don't understand, pag6 manual1 is: at a glance - pinout diagrams

my picaxe28x is correct connected and supplied but don't work
 

eclectic

Moderator
The new manual page 6 shows this

Code:
Quick Start
It is strongly recommended that you read the first few chapters of this manual
before using the PICAXE system. However if you cannot wait to get going, this
quick start guide provides a summary of the information explained in much
more detail later in this manual!
1. Install the Programming Editor software from the CDROM (or download
from www.picaxe.co.uk).
2. Insert the AXE026 serial cable into the 9 pin serial COM socket at the rear
of the computer, or the AXE027 USB cable into an available USB port.
3. Start the Programming Editor software (click Start>Programs>Revolution
Education>Programming Editor). Then click View>Options menu to display
the Options panel (this may also automatically appear on startup). On the
‘Mode’ tab select the correct type of PICAXE chip. On the ‘Ports’ tab also
select the appropriate serial COM port (the port where you connected the
serial / USB cable).
4. Connect an LED and 330 ohm resistor to the output pin 4 of the PICAXE
chip. On ‘home-made’ or prototype circuits connect the LED/resistor
between the output pin and 0V. On project boards (which have a Darlington
transistor buffered output) connect the LED/resistor between V+ and the
output pin. Ensure correct polarity of the LED.
5. Connect the PICAXE cable to the hardware.
6. Connect the 4.5V (3xAA battery) or 5V regulated power supply to the
project board. Do NOT use a 9V PP3 battery.

Please also look at the new manual 1
pages 29 and 35-37.

To program a 28X, you do NOT use the assembler option.

e
 

hippy

Technical Support
Staff member
@ Enrico : Welcome to the PICAXE forum.

There's no need to use "Convert to Assembler". Try using the "Run..." option instead ( or press the F5 function key ) and see how that goes.
 
Top