Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by drzsmith

  1. D

    Help: Labview port pin control using daq box

    Hi I'm new to Labview, I would like to toggle a port pin of Labview Daq I/O box. For example, I have a AND gate which has two input and one output. How are the inputs and output assign to the physical pins (p0.0, p0.1 p0.3) of the DAQ box. thanks
  2. D

    sprintf formating data?

    hi when using sprintf for a value which is less than the width specifier the extra spaces are paded with spaced (0x20) for exsample code num = 1234 length = sprintf(buf,%8d,num) code length = 8 (1234 space space space space), can null be used rather than a space? thanks
  3. D

    vb6 single data type serial data

    Hi I would like to transmit a single data type (vb6) using msconn. how is this done? thanks
  4. D

    How to assignment an array with a define type at run time?

    I have strings data that I load in to array at compile time. char array1[] = ("xxxxx1"); char array2[] = ("xxxxx2"); char array3[] = ("xxxxx3"); I would rather load the values at run time(below) is this possible? #define str1 xxxx1 #define str2 xxxx2 #define str3 xxxx3 main(){ char...

Part and Inventory Search

Back
Top