Shop OBEX P1 Docs P2 Docs Learn Events
Visual Studio Code supports P2 development on Windows, Mac, Linux (yes, RPi) - Page 9 — Parallax Forums

Visual Studio Code supports P2 development on Windows, Mac, Linux (yes, RPi)

12345679»

Comments

  • Stephen MoracoStephen Moraco Posts: 348
    edited 2025-05-21 18:16

    @wummi , I've released v2.4.5 of the Spin2 extension with the updated SerialPort support. You should already be able to update to it. Let's see if this helps!

  • @Stephen, pnut_ts is now running. Thank you for fixing.
    I try the USB-Serial report and get:

    --------------------------------------------------
    USB Libraries on Platforms Test Report for [macOS]
    --------------------------------------------------
    
    Run :  Thursday, May 22, 2025 at 10:32:04 AM
    
        Tool :  VSCode Spin2 Extension v2.4.5 
    
    --------------------------------------------------
    Using library [serialport v13.0.0]:
    
    -- DEVICE -----
     Port: /dev/tty.debug-console
     Manufacturer: undefined
     Serial Number: undefined
     Location ID: undefined
     Vendor ID: undefined
     Product ID: undefined
    
    -- DEVICE -----
     Port: /dev/cu.usbserial-A9M9DV3R
     Manufacturer: FTDI
     Serial Number: A9M9DV3R
     Location ID: 08314000
     Vendor ID: 0403
     Product ID: 6001
    
    -- DEVICE -----
     Port: /dev/cu.usbserial-D30GTX1X
     Manufacturer: FTDI
     Serial Number: D30GTX1X
     Location ID: 08313000
     Vendor ID: 0403
     Product ID: 6015
      - (is PropPlug)
    
    -- DEVICE -----
     Port: /dev/tty.Bluetooth-Incoming-Port
     Manufacturer: undefined
     Serial Number: undefined
     Location ID: undefined
     Vendor ID: undefined
     Product ID: undefined
    
    -- DEVICE -----
     Port: /dev/cu.usbserial-D30GTX1Y
     Manufacturer: FTDI
     Serial Number: D30GTX1Y
     Location ID: 08320000
     Vendor ID: 0403
     Product ID: 6015
      - (is PropPlug)
    
    --------------------------------------------------
    
    --------------------------------------------------
    Open device and get P2 Info:
     [ #1 - /dev/cu.usbserial-D30GTX1X,D30GTX1X ]
     [ #2 - /dev/cu.usbserial-D30GTX1Y,D30GTX1Y ]
    
    Found PropPlug S/N #D30GTX1X at [/dev/cu.usbserial-D30GTX1X]
     P2: 
    --------------------------------------------------
    
    --------------------------------------------------
    VSCode Spin2 Extension by:
     Iron Sheep Productions, LLC
    

    The PropPlug at A9M9DV3R is not found, this is a FT232R USB UART, you not supported yet.

    But in the Toolbar no ProgPlug is shown. Plug:N/A

  • @wummi my code actually looks for vid/pid of 0403/6015 that’s why the device at 0403/6001 is not recognized as a prop plug. Is that device an official part from parallax?

Sign In or Register to comment.