Resource name unique for each serial port 8431/8?

Hi all

I develop test applications using the NI PXI-8431/8 serial interface card.  Because I do not have the hardware, I'm not sure how it will recognize in NOR-MAX, and given that (probably), it will use the generic functions of the series VISA, I can predict no special configuration option (no special driver).  Each of the 8 ports on the map series will appear in NOR-MAX as it is the name of the own resource of individual VISAS, or I have to find another way to tell the difference between channels/ports?  Please notify. Thank you.

GSinMN

They will appear as COM ports normal series.  Nothing special.

Tags: NI Hardware

Similar Questions

  • Part number for the serial port in option HP Z420

    I am looking for the serial port in option for the HP Workstation Z420, but in a datasheet, it is only mentioned as an optional serial port kit.

    What is the number on the right side of the product? The same for the workstation Z400 was PA716A, but it was not compatible with the new workstation model...

    I used the same part number, I used to model Z400 and it seems to work well.
    HP code is PA716A.

  • HP Compaq dc7700p: need driver for PC serial port

    "Hello, I have a desktop Tower" HP Compaq dc7700p Convertible Minitowers "running windows 7 Ultimate and need driver for PCI Serial port... here's hardware id:

    PCI\VEN_8086 & DEV_2997 & SUBSYS_2802103C & REV_02
    PCI\VEN_8086 & DEV_2997 & SUBSYS_2802103C
    PCI\VEN_8086 & DEV_2997 & CC_070002
    PCI\VEN_8086 & DEV_2997 & CC_0700

    Thank you

    Hello:

    You need this driver... You may need to install it manually.

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?sp4ts.Oid=3232104 & swItemId = ir_46768_1 & swEnvOid = 2103 #.

  • Need to find the version number referring to the last name change for each emplid.

    emplIDName ageVersion
    --------   -----------
    1ABC252
    1ABC265
    1def279
    1def2815
    1def2918
    2JKL155
    2MNO168
    2MNO1711
    2PQR1820

    Need to find the version number referring to the last name change for each emplid.

    As indicated by the version number change when there is change in age as well, but I need a query that gives the version number referring to the last name change for each emplid.

    with

    DATA_TABLE (EmplId, Name, Age, version) as

    (select 1, 'abc', 25, 2 double Union all

    Select 1, 'abc', 26, 5 Union double all the

    Select 1, 'def', 27, 9 double Union all

    Select 1, 'def', 28, 15 double Union all

    Select 1, 'def', 29, 18 double Union all

    Select 2, 'jkl', 15 5 Union double all the

    Select 2, 'mno', 16, 8 double Union all

    Select 2, 'mno', 17, 11 double Union all

    Select 2, 'pqr', 18, 20 double

    )

    Select emplid,

    Max (Name) name of Dungeon (dense_rank last order by version).

    Max (Age) age of Dungeon (dense_rank last order by version).

    version Max (version)

    from (select emplid, name, version,)

    -case where name! = lag(name,1,name) on (emplid version order partition)

    then "renamed".

    end change

    of data_table

    )

    where the change is not null

    Emplid group

    EMPLID NAME AGE VERSION
    1 def 27 9
    2 PQR 18 20

    Concerning

    Etbin

  • Wire bachground for Bluetooth Serial Port Communication

    Hello

    I want to make a request which should be as a background thread to run after that BB has been activated.

    I tried something:

    1. I used BluetoothSerialPortListener and as a normal application. After I chose the menuitem, it begins to listen to the bluetooth serial port. When the data are arrived through the port, it extracts the data and write a response to the sender. Then he out the value and display it on the screen, where I used an object of class screen. But, after posting a value, it cannot display the value came second. I tried, what the old screen pop fist, then puschup the new screen. But it does not work. How can do it, when the new value, they can be diaplayed on the screen?

    2. then I did the BluetoothSerialPortListener in thread and used the autostart flag such as:

    Public Shared Sub main (String [] args)
    {
    If (args! = null & args.length > 0)
    {
    if(args[0].) Equals ("autostartup"))
    {
    Starting the device we want to start the thread SycareBluetoothPortListener
                 
    sycare_synergy ss = new sycare_synergy();
    }
    }

    This time around the Listner should take only data is arrived and then sends a response to the sender. But after downloading, BB has always shown that he was unable to generate a new object of the thread class and the thread could not be started.

    Someone tell me, how can I fix it and make it possible, that after each new start of the BB, the bluetooth serial port can always in the background arrivals data receive and display automated according the data arrived?

    Thank you in advanced and Merry chiristmas!

    Monternet

    1. update the user interface.

    It is possible that you are trying to do.  In fact, you don't need to replace the screen, you should be able to simply update a field on the current display of data.  As an example of a background thread to update the user interface, please see the code of httpdemo.

    2. Thread context

    When you say things like:

    "that he could not generate a new object of the thread class.

    It would be much better if you can cite exactly what makes the Blackberry.  In this case, I assume that it has generated an Exception, so the Exception and the associated detailed message that Exception must be included when you report a problem like this.

    In any case, it is possible to implement a background task in the way you need.  Search the Knowlegebase for articles that talk about background Applications and display updates to the user interface of the task in the background and auto-start applications.  There are a few pieces of confusion to this process, so there are a few to get your head around, but I think that everything is in the articles.

  • Details of consumption of resources not shown for each source line operation

    Hi friends,

    I've generated a trace file for an application, as shown below.
    set autotrace traceonly arraysize 100
    ALTER SESSION SET optimizer_mode = ALL_ROWS ;
    alter session set tracefile_identifier = 'trcwithtime_221010_03';
    alter session set events '10046 trace name context forever, level 12';
    spool on
    spool C:\Sree\trcwtime.log
     -- put your statement here
    SELECT e.*,d.dname
    FROM scott.emp e
        ,scott.dept d
    WHERE e.deptno = d.deptno;
    spool off;
    exit
    Here are the trace file
    SELECT e.*,d.dname
    FROM scott.emp e
        ,scott.dept d
    WHERE e.deptno = d.deptno
    
    call     count       cpu    elapsed       disk      query    current        rows
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        2      0.00       0.00          4          7          0          14
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    total        4      0.00       0.00          4          7          0          14
    
    Misses in library cache during parse: 0
    Optimizer goal: ALL_ROWS
    Parsing user id: 173  
    
    Rows     Row Source Operation
    -------  ---------------------------------------------------
         14  HASH JOIN  
          4   TABLE ACCESS FULL DEPT 
         14   TABLE ACCESS FULL EMP 
    
    
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      SQL*Net message to client                       2        0.00          0.00
      db file sequential read                         4        0.00          0.00
      SQL*Net message from client                     2        0.41          0.77
    ********************************************************************************
    For each operation of content (RowSource), details of the consumption of resources (cr, pr, pw, time) do not appear in the TKPROF output.
    How can I get these details as well?

    DBVersion: 9.2.0.8

    Kind regards
    Anthony Alix

    Sreekanth Munagala wrote:
    For each operation of content (RowSource), details of the consumption of resources (cr, pr, pw, time) do not appear in the TKPROF output.
    How can I get these details as well?

    DBVersion: 9.2.0.8

    You can get these details by setting values for the following parameters (at the level of the session, preferably) before generating the 10046 trace.

    ALTER SESSION SET statistics_level = ALL ;
    ALTER SESSION SET timed_statistics = TRUE ;
    
  • level of tension for the serial port sbRIO

    What are the levels of RS - 232 votage on sbRIO serial ports?  Signal levels might be: 3.3 V, ± 5 V, ± 10 V, ±12 V and ± 15 V?   ±12 v what I often see for a direct connection to the serial port of a PC.

    Hi Matthew,

    The signal levels to the sbRIO-9605/06/23/26/33/36 are ±5V. I took a quick screenshot of TX W.R.T. GND. Tensions in the data sheet the standard ±5.4V (typical) loading with 3 k and a minum of ±5.0V. The RS-232 standard can accept a pretty big swing however (-3V to-25V) and (+ 3V to + 25V) for two levels of logic. The screen was shot I took with a unloadeed line so the voltage levels appear to be higher than most.

    The transceiver set used is the MAX3243.

  • Cannot find driver for PCI serial port

    I just installed a serial PCI on my computer (XP Home SP3) card and can be seen in the Device Manager; but it comes as "PCI Serial Port" under "other devices". When I try to configure it, it tells me that there is no driver available. How to get and install a driver who won't work. I suspect that it is a generic driver (probably vserial.sys) who, for some reason any never was installed in my folder System32. When I try to use my original Windows disks, I said I can't because the files on my computer are newer than those on the disks. Can I not download and install the driver from somewhere on the MS site?

    Thank you, I only wish that the story had a happier ending for you.

  • change the shade and use those unique for each site

    I'm not a big user of Illustrator so am not comfortable with the nuances yet. In Muse, I want to have a unique swatch panel for each Web site. How can I remove unused colors (I know how to add new ones) and then attach this unique sample for this unique site?

    Right-click on any color

    Click on 'delete unused nuances '.

    You cannot delete black or white. If a color is which is in the background, as the error message red in a contact form, then it won't let you remove used red unless you change the color of the error message.

  • Why must id VLAN unique for each external network?

    Sometimes we have several public networks with the same VLAN, but in this case, we could not add them as external network to vCloud Director, he complains that the VLAN ID has been used, then assign a VLAN ID for each public network. Could someone explain to me why a unique id of VLAN is needed here?

    Thank you!

    If they are the same vLAN on the same Switch, they are actually exactly the same from the point of view of the vCloud Director.

    The alternative is to see if the superposition of external networks allows it works (Admin > General).

  • Where is my serial port?

    I have an Optiplex 755 DT (mid-2007) running Win 7 Pro SP1 not showing "no driver" for each serial port port Comm Simple MB (?).

    Mobo is 845 0DR (0 x 00000167 - 0x00526EA0)

    Model MB: 0DR 845
    Chipset: Intel Q35 Rev A2
    Southbridge: Intel 82801IO (ICH9DO) Rev A2

    BIOS: A22

    List of HW shows a 16550 UART

    Description Communication device
    Bus location 0 (0x00), device 3 (0x03), function 0 (0x00)
    Common collector
    Vendor ID 0 x 8086
    The model 0x29B4 ID
    Revision ID 0x02
    PI 0X00
    Subclass 0 x 80
    BaseClass 0x07
    Cache line 0x00
    Latency 0 x 00
    Header 0x80
    PCI header
    Address 0 (memory) 0xFEDAD000
    Subprovider ID 0 x 1028
    ID subsystem 0 x 0211
    Line int 0x0B.
    Int. PIN 0 x 01
    Capacity PCI
    Caps of class power management
    Caps offset 0 x 50
    Version 1.2 of the CAPS
    Capacity PCI
    Caps of the class reported Message interrupts
    0x8C compensated caps

    Description 16550 Serial Controller
    Bus location 0 (0x00), device 3 (0x03), function 3 (0x03)
    Common collector
    Vendor ID 0 x 8086
    The model 0x29B7 ID
    Revision ID 0x02
    PI 0X02
    Subclass 0 x 00
    BaseClass 0x07
    Cache line 0x00
    Latency 0 x 00
    Header 0x00
    PCI header
    Address 0 (port) 0x0000EC98
    Address 1 (memory) 0xFEBDA000
    Subprovider ID 0 x 1028
    ID subsystem 0 x 0211
    Int., line 0x05
    Int. PIN 0 x 02
    Capacity PCI
    Caps of class power management
    Caps offset 0xC8
    Version 1.2 of the CAPS
    Capacity PCI
    Caps of the class reported Message interrupts
    Caps offset 0xD0

    Is this a BIOS problem? Would roll back help?

    This isn't a simple serial port his and INTEL AMT GROUND (serial over LAN) management port.

    cs_setInnerHtml ('video_823b9065-c38b - 4 d 74-b793-76d06fd7aa2c', ");

    Operating systems supported

    MS Windows 7 32-bit
    MS Windows 7 64 bit
    MS Windows Vista 32-bit
    MS Windows Vista 64-bit
    MS Windows XP
    MS Windows XP x 64

    The section page 755 a CHIPSET Driver drivers INTEL AMT HECI.

    Its the Intel AMT HECI & AMT GROUND/LMS Hardware.

    The current driver to make it work with Windows 7, Vista, XP, 32 and 64 bit.

    One size fits all.

    Operating systems

    Windows 7 32 bit

    Windows 7 64 bit

    Windows Vista 32-bit

    Windows Vista 64-bit

    Windows XP

    Windows XP x 64

    Chipset

    ftp.us.dell.com/.../R174616.exe

    AMT HECI

    ftp.us.dell.com/.../Intel_AMT-HECI_A02_R255437.exe

    AMT - GROUND

    ftp.us.dell.com/.../Intel_AMT-SOL--LMS_A02_R255438.exe

    Installation of the drive (by WinZip) with the file Setup.exe to Intel_AMT - HECI_A02_R255437.exe

    Download

    1. click on download now to download the file.

    2. when the file download window appears, click Save (Windows XP

    users will click Save) this program to disk and click OK.  Save it in:

    window will appear.

    3. If you want to save in: field, click the arrow to the bottom, and then click on for

    Select desktop, and then click Save.  Download the file to your desktop.

    4. If the download complete window appears, click Close.  The file

    icon appears on your desktop.

    Install

    1 double click on the new icon on the desktop, titled Intel_AMT - HECI_A02_R255437.exe.

    2. the self-extracting window appears and prompts to extract or

    Unpack in C:\DELL\DRIVERS\R255437. Write down this path so the executable (I.e.

    You can later find Setup.exe file).

    3. the self-extractor file window appears.

    4. click on OK.

    5. After completing the file extraction, if the Self-Extractor

    window is still open, close it.

    6. click on the Start button, then run.

    7. type C:\DELL\DRIVERS\R255437 in the box text open, and then click OK.

    8. follow the on-screen installation instructions.

  • HP ZBook 15 G2: I can't find driver for Serial Port PCI

    After re-installation, my HP ZBook 15 G2 is missing the driver for "PCI Serial Port (COM5)".

    This unit has the following ID: VEN_8086 DEV_8C3D

    I installed all the drivers for chipset for the HP ZBook 15 G2.

    Where can I find the driver for this device?

    Hello:

    You need this driver.  If the driver will automatically install the driver for serial port, and then manually install the device by navigating to the folder of the driver that was created when you ran the file.

    This file will be located in C:\SWSetup\sp68428.  Make sure that the include subfolders is selected and the driver should install.  Then restart.

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?sp4ts.Oid=6978815&swItemId=ob_137806_1&swEnvOid=4059

    The hardware ID you posted is supported by this driver if you look in the mesrl configuration file.

    [Intel.NTamd64]
    % SRL_DeviceDesc % = ComPort, "PCI VEN_8086 & DEV_1E3D & CC_0700"
    % SRL_DeviceDesc % = ComPort, "PCI VEN_8086 & DEV_1CBD & CC_0700"
    % SRL_DeviceDesc % = ComPort, "PCI VEN_8086 & DEV_1C3D & CC_0700"
    % SRL_DeviceDesc % = ComPort, "PCI VEN_8086 & DEV_1DBD & CC_0700"
    % SRL_DeviceDesc % = ComPort, "PCI VEN_8086 & DEV_1D3D & CC_0700"
    % SRL_DeviceDesc % = ComPort, "PCI VEN_8086 & DEV_8C3D & CC_0700"
    % SRL_DeviceDesc % = ComPort, "PCI VEN_8086 & DEV_9C3D & CC_0700"
    % SRL_DeviceDesc % = ComPort, "PCI VEN_8086 & DEV_9CBD & CC_0700"
    % SRL_DeviceDesc % = ComPort, "PCI VEN_8086 & DEV_8D3D & CC_0700"

  • Win 7 / T500: no driver for Serial Port PCI

    I have what I think it's all Lenovo installed software after an upgrade to Windows 7. This includes the touchpad and Intel AMT drivers. However, I show still no drivers for "PCI Serial Port" in my device manager.

    No idea how to solve this problem of exceptional pilot?

    Thank you!

    _Bruce_

    The manufacturer is Intel and here is the link for the driver you need:

    http://www-307.IBM.com/PC/support/site.WSS/document.do?sitestyle=Lenovo&lndocid=MIGR-73567

    I think that you just install this driver in case you have Intel AMT active. If Intel AMT is disabled I do not think that this device will be shown in Windows.

  • Adding column which gives the serial number for each line in the Bulletin Board

    I use the update version 2 Jdev 11 g.
    I'm the filling of all employees from the emp table ADF table.
    My requirement is to add a column more as the first column and header line which displays the serial number for each serial number of row.the is not available in the table emp in database .i want to generate it dynamically when the data are filled in to ADF table.i don't want not to use the method to get the SQL query rownum. I want to get custom code (in the Managed Bean) or set all of the properties in the subject entity or any other object.

    Published by: sj0609 on September 8, 2009 09:43

    Hello

    Give an id to the table (say 'currRow') varStatus property. Add a column to the table (for example with a text output), then set it to the value of the output text #{currRow.index}.

    Arun-

  • Driver for old parallel port; This device has a problem: Code = 28 (0x1C)

    We organize a Dos based Windows 98 application and I need to find a driver for the integrated parallel port. The motherboard is an ASUS P5GD2-TMX/S. Both the local provider and ASUS only provide XP and more drivers for the motherboard. How can I determine the manufacturer of the parallel port and download the driver directly from their site? I done this before for the serial port and downloaded and installed a Sunnix driver, which worked.

    I did some research on the North Bridge, South bridge and the Super i/o chip set, but to no avail. Here is a copy of the output of sysinfo32.

    [Peripheral problem]

    Unknown device
    Unknown
    This device has a problem: Code = 28 (0x1C)
    The drivers for this device are not installed correctly. To install the driver
    for this device, click the driver tab, then click on set to update driver.
    The registry key: HKEY_LOCAL_MACHINE\enum\ACPI\ * INT0800\0
    Alloc resources: logical Configuration 0
    Memory address range: Base = xFFB80000 End = xFFBFFFFF
    Forced resources: None
    Start resources: logical Configuration 0
    Memory address range: Base = xFFB80000 End = xFFBFFFFF
    Filtered resources: None
    Core resources: logical Configuration 0
    Memory address range: Base = 00000000 00000000 Min End = x x = xFFB80000 Max = xFFBFFFFF
    Driver: Driver is not installed

    Standard 101/102-key or Microsoft Natural Keyboard
    Keyboard
    This device has a problem: Code = 27 (0x1B)
    System failure: try changing the driver for this device. If this does not work,
    see the documentation for your hardware.
    The registry key: HKEY_LOCAL_MACHINE\enum\ACPI\ * PNP0303\0
    Alloc resources: None
    Forced resources: None
    Start resources: no
    Filtered resources: logical Configuration 0
    IRQ: mask 0: x 0002
    IO range: Base = x 0000 End = 0000 Min = Max = x Alias 0060-0060 x x = x 00, decode = x 00
    Base = x 0000 End = 0000 Min = Max = x Alias 0064-0064 x x = x 00, decode = x 00
    Core resources: logical Configuration 0
    IRQ: mask 0: x 0002
    IO range: Base = x 0000 End = 0000 Min = Max = x Alias 0060-0060 x x = x 00, decode = x 00
    Base = x 0000 End = 0000 Min = Max = x Alias 0064-0064 x x = x 00, decode = x 00
    Driver: Keyboard\0003
    Driver date: 23/04/1999
    Driver: idvkd.sys
    File size: driver not installed
    File date: driver not installed
    Driver: hidparse.sys
    File size: 44368 (0xAD50)
    File date: 23/04/1999-22:22
    Legal name: Microsoft Corporation
    File version: 4.10.2222
    Driver: hidclass.sys
    File size: 23520 (0x5BE0)
    File date: 23/04/1999-22:22
    Legal name: Microsoft Corporation
    File version: 4.10.2222
    Driver: hidvkd.sys
    File size: 5088 (0x13E0)
    File date: 23/04/1999-22:22
    Legal name: Microsoft Corporation
    File version: 4.10.1998

    PCI card
    Unknown
    This device has a problem: Code = 28 (0x1C)
    The drivers for this device are not installed correctly. To install the driver
    for this device, click the driver tab, then click on set to update driver.
    The registry key: HKEY_LOCAL_MACHINE\enum\PCI\VEN_8086 & DEV_2668 & SUBSYS_81A71043 & REV_04\BUS_00 & DEV_1B & FUNC_00
    Alloc resources: logical Configuration 0
    Memory address range: Base = xD20C0000 End = xD20C3FFF minutes = x 00000000 Max = xFFFFFFFF
    Forced resources: None
    Start resources: logical Configuration 0
    Memory address range: Base = xD20C0000 End = xD20C3FFF minutes = x 00000000 Max = xFFFFFFFF
    Filtered resources: None
    Core resources: logical Configuration 0
    IRQ: mask 0: xFFFF
    Memory address range: Base = xD20C0000 End = xD20C3FFF minutes = x 00000000 Max = xFFFFFFFF
    HW revision: 004
    Driver: Driver is not installed

    Universal Serial Bus PCI
    Unknown
    This device has a problem: Code = 28 (0x1C)
    The drivers for this device are not installed correctly. To install the driver
    for this device, click the driver tab, then click on set to update driver.
    The registry key: HKEY_LOCAL_MACHINE\enum\PCI\VEN_8086 & DEV_265C & SUBSYS_265C1043 & REV_04\BUS_00 & DEV_1D & FUNC_07
    Alloc resources: logical Configuration 0
    Memory address range: Base = xD20C4000 End = xD20C43FF minutes = x 00000000 Max = xFFFFFFFF
    Forced resources: None
    Start resources: logical Configuration 0
    Memory address range: Base = xD20C4000 End = xD20C43FF minutes = x 00000000 Max = xFFFFFFFF
    Filtered resources: None
    Core resources: logical Configuration 0
    IRQ: mask 0: xFFFF
    Memory address range: Base = xD20C4000 End = xD20C43FF minutes = x 00000000 Max = xFFFFFFFF
    HW revision: 004
    Driver: Driver is not installed

    PCI system management bus
    Unknown
    This device has a problem: Code = 28 (0x1C)
    The drivers for this device are not installed correctly. To install the driver
    for this device, click the driver tab, then click on set to update driver.
    The registry key: HKEY_LOCAL_MACHINE\enum\PCI\VEN_8086 & DEV_266A & SUBSYS_266A1043 & REV_04\BUS_00 & DEV_1F & FUNC_03
    Alloc resources: logical Configuration 0
    IO range: Base = x End = x051F minutes = x 0500 0000 Max = xFFFF Alias = xFF, Decode = x 00
    Forced resources: None
    Start resources: logical Configuration 0
    IO range: Base = x End = x051F minutes = x 0500 0000 Max = xFFFF Alias = xFF, Decode = x 00
    Filtered resources: None
    Core resources: logical Configuration 0
    IRQ: mask 0: xFFFF
    IO range: Base = x End = x051F minutes = x 0500 0000 Max = xFFFF Alias = xFF, Decode = x 00
    HW revision: 004
    Driver: Driver is not installed

    The motherboard seems to be Intel 915P chipset.

    Don't know if it will help, but try installing the software Intel(r) utility V6.0.1.1002 of Installation for Windows 2000/XP/2003 (under Win2K - others) for P5GD2 motherboard from the following link that appears in support of Windows 98 Second edition:

    http://www.ASUS.com/motherboards/P5GD2/HelpDesk_Download/

    Then restart the computer.

Maybe you are looking for

  • Intermittent video on Apple TV

    I have two ATV that is connected to the same A / V receiver.  In general, they work fine, except that each of them regularly produces a video signal that turns on and off every second or more.  The video signal, although intermittent, is clear (i.e.

  • Are there drivers for HP LaserJet Pro M402dn?

    I just got this printer delivered.  When I installed it on my Mac, I saw that there is only a generic printer driver.  This means that not only the print control is poor but also that I can't update the firmware (according to the user's Guide).  Appa

  • My 5s Iphone is frozen-ish

    I just browsing using safari when all of a sudden I can't scroll down or up to more, but surprisingly, I can still type (open link, add a tab). then when I type the tab address that the keyboard does not appear, but I can still type what I want. I tr

  • How 'link' an email address in the body of an email?

    I know how to link a web url, but I can't find a way to link an email address in the body of an email. I want the recipient of my email to be able to click on the email address that appears in my message and it opened a new email to this address on h

  • Question about firewire in Satellite A200-1YO

    I want to add a firewire for the above machine card, but I'm a bit of a loss about what card I need to buy, I hope someone can help.