Search results

  1. C

    No 5mm stereo programming jack?

    Hello, My VSM version is 7.10 SPO (Build 12325). I think this version is my second or third upgrade, so I was quite surprised to find that it doesn't include a stereo jack model Picaxe uses for programming. Does the new version include it? Thanks, Chris
  2. C

    VSM Upgrade

    Every now and then I get the itch to play with blank PICs in VSM. I really don't know why because a Picaxe is such a painless system that provides the user nothing but pure joy. That said I guess life has to have some pain now and then so we can truly appreciate the joyous moments. ;) Anyway...
  3. C

    Symbol Problem

    I'm working with the code below which works fine as it is. The last two arguments in the SerOut command translate as follows... 254 = Switch LCD to "Instruction Mode" 192 = Print the next Rx data to Line 2 starting at position 1. I would like to replace 254, 192 with a Symbol (NewLine) but no...
  4. C

    Create Sub-Circuit

    I've been using Tina for years now but it doesn't support Picaxe chips so I'm forced to use Picaxe VSM, which is a clunky app in comparison. I've made hundreds of Macros and Sub-Circuits in Tina but I'm clueless about doing it in VSM. Can anyone out there help? Yes, I've read the help files to...
  5. C

    Playing With Blocky

    A few weeks back I downloaded the update for my Beta version of PE6. Along with it came the Blocky option. So today I thought I'd play with it just to see what it's all about. After about an hour or two of fun and games this is my opinion... While I don't think anything will replace my...
  6. C

    Count Command Not Working

    I'm obviously missing something here but I would expect W1 in the following code to = 0 until it sees 8 pulses within a period of 5 seconds. I'm simulating the pulses by click toggling C.1 in the simulator. For some odd reason W1 = 32000 immediately after starting the simulator, whether or not...
  7. C

    westaust55 tutorial on the mcp23017

    Hi, I've read multiple references to the topic title but no links to it. Anyone have a link to it? Thanks, Chris
  8. C

    Alternate Piicaxe Programming Circuit

    My current Picaxe project involves replacing an unlabeled 12F series SMD chip with a 08M2(SMD) chip. The 12F uC is located on an electronic bike horn with 5 selectable tones that are selected by pressing the ToneSelSw shown in the attachment. As you can see, this switch is utilizing the SerIn...
  9. C

    CommPort Test In V 6.0.8.0

    I'm curious.. I only have USB ports on my PC, so the prompt screens seen throughout the COM port - Configure & Test wizard are what I'd expect to see, including the voltage test (0V & 5V) using the active "Click LED" window. My question is if I had a real Serial Port and selected it in the first...
  10. C

    Surface Mount Picaxe

    Does Picaxe have any plans to provide their chips in surface mount (SMD) versions? I'm darn near 70 so I can't wait too long. :D Thanks, Chris
  11. C

    Editor 6 Simulation Speed

    I'm probably just missing it but I haven't found the simulation speed adjustment. There are times when I'd like the simulator to run as fast as possible. Thanks, Chris
  12. C

    Scope Giving Odd Results Reading PauseuS

    I was testing my new (renewed) VSM on M2 parts but I'm getting very odd results with this basic code. The Scope indicates high sate = 200uS and low state = 300uS. I doubt that the picaxe is at fault. As you can see the frequency 50KHz (1/T) and the duty cycle which should be 50% are grossly in...
  13. C

    Convert Basic To Assembler Error

    I've read through all the threads that were returned while searching for similar issues of my title but none of them quite fit what I'm experiencing. According to the other threads the Picaxe wizard is looking for a file named WSTAMP16.EXE. This file is located @ C:\Program Files...
  14. C

    ReadADC10 Example??

    Since my download of M2 software I seem intent on finding confusing data in the pdfs, as evidenced by some of my recent posts. Well, here's another one pasted from page 171 of Picaxe_Manual2.pdf titled 'Basic Commands'. main: readadc10 C.4,w1 ; read value into b1 debug ; transmit to computer...
  15. C

    SerOut - M2 Parts

    The pdfs for the 08M2 & 14M2 parts indicate only one valid pin for SerOut. The 08M2 shows C.0 and the 14M2 indicates B.0. Yet the editor doesn't throw an error and the sims run normally if I choose other pins. What gives? Thanks
  16. C

    Problem With 'Read' Function

    For some odd reason the Read function doesn't pass any data. I've copied and pasted sample code from the Picaxe manual but Nada? Main:For B0 = 0 to 63 Read B0,B1 ' read b0 into b1 Note, does notwork! SerOut B.7,N2400,(B1) Next B0
  17. C

    Virtual LCD Panel

    Curious, does the Virtual Serial LCD panel only work on B.0? I can output serial data and view it in the Virtual Serial Terminal on many other pins across many Picaxe families but only B.0 brings up the LCD window. If so, is there a reason for this? Thanks. EDIT: Never mind and thanks anyway...
  18. C

    How To Make Picaxe Better

    Picaxe Programing Editor: When I downloaded my new Picaxe editor for the M2 parts. I was so hoping that this version would include 'block commenting' like Visual Basic uses. Unfortunately, it doesn't. In VB, the programmer can highlight entire blocks of code and select 'Comment' on the tool...
  19. C

    FTChipID.dll ?

    Over the last two days my Zone Alarm anti-virus has quarantined this file twice. Since Picaxe VSM is the only one of my Spice programs that automatically searches for and installs updates, I'm curious.... Is this a valid file that Picaxe VSM/ ISIS or Proteus is trying to install? Thanks
  20. C

    LM324 Output Won't Zero

    According to the manufacturer's data sheets the output of a LM324 should be capable of swinging to ground (0V) potential but my simulations show otherwise. The following models were simulated with a single ended supply (10V) and a gain of 10. The none inverting input is held at GND. Spice...
Top