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 hemanthjv

  1. H

    Read data from hyperterminal in C (ASCII to INTEGER)

    how user will give the input in the terminal. could you help me w.r.t code ??
  2. H

    Read data from hyperterminal in C (ASCII to INTEGER)

    Hi I need a help to develop a C code to read data from terminal in order to convert ascii to number. Do you know or where to find the information or any suggestion? The terminal should accept a input from the user (Example : new temperature value) and convert into integer. This integer value...
  3. H

    How to read a values from the structure in C

    #include<stdio.h> #define msize 4096 struct memory { int a[msize]; }; void main() { struct memory m; m.a[0]=250; // temperature value of 25,0 m.a[4]=01; // heater status OFF m.a[8]=240; // temperature value of 24,0 m.a[12]=00; // heater status ON m.a[16]=220; // temperature...
  4. H

    How to change the temperature value setpoint in C language ?

    Hi!!! I am reading the temperature value from Aeroflex gaisler hardware via serial interface and displaying on the terminal and also I want to change the set point temperature value . Could anyone help me in this ??
  5. H

    C code for 16 bit message structure ??

    Hi, I want to send a 16bit message structure request to hardware via MIL BUS interface ? Could you please help me in this message structure ??
  6. H

    How to change the temperature value setpoint in C language ?

    I am reading the actual temperature value from the hardware and displaying on the desktop through the serial interface but how to change the setpoint value ??

Part and Inventory Search

Back
Top