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 neoaspilet11

  1. N

    Help needed for receipt printer programs or maybe emulator

    How about just byte sequences spitted out from the host PC to receipt printer.. are there any receipt printer programmer guys out there that can help me just the byte sequence and the expected print output. Please help. i really needed it. Just email neoaspilet11@gmail.com
  2. N

    Help needed for receipt printer programs or maybe emulator

    Yeah using windows maybe in Java or much better if stand alone programs. It could be any program as long as it sends data to a serial port. Any help will be much appreciated.
  3. N

    Help needed for receipt printer programs or maybe emulator

    Hello, any guys that here that had experience with receipt printer programming. I really need some stand alone programs that can send data to an epson printer. it doesnt matter what it prints as long as data are sent via serial cable. Or Anybody know any emulator that can output byte data to a...
  4. N

    Help on MicroBuilder PN532 breakout board

    Hello Guys, Please help. I got a Microbuilder PN532 breakout board connected to STM3210C EVAL board. It seems the command to PN532 went through but the reply will only be received when I force the system to power down. Really very weird behavior. The PN532 chip will only reply just before few...
  5. N

    C++ codes for STM32 using Keil uVision4

    // sample main_test.cpp // the result is the LEDs do light up #define __cplusplus #include "stm32f10x.h" #include "header_global_compile_test.h" #include "stm32f10x_it.c" int main(void){ char *str; // No interrupts yet can be serviced from this point until // global interrupts...
  6. N

    C++ codes for STM32 using Keil uVision4

    Hello guys, I having trouble in using C++ for STM32 devices using Kiel UVision4 compiler. It seems the codes are compiled and the compiled codes main() thread is working because it can turn on a LED in the trainer board. The test program is quite simple, it will light up the LED in the main...
  7. N

    best GSM/GPRS/GPS module

    Hello friends, I am currently evaluating which module to use.. Here are my options 1.) Simcom SIM548 pros: - there is just 2 voltage rails + VRTC(battery). VGSM = 3.4 to 4.5V; VGPS = 3.3V - I read some hardware and firmware specs; it seems easy to use cons: - connection to the module is via...
  8. N

    PIC18 wakeup during sleep

    pic18 wakeup Hello, It seems my sleeping PIC18 cannot wakeup at interrupts via button switches on PORTB. It only wakes at at reset on teh RESET pin. Any idea how to wakeup the sleeping PIC18 at interrupt (hi to lo transition) at PORTB, pin 0. Thanks, neo
  9. N

    how to test the uart receiver module with pc and fpga

    How to test the UART you can simply use any terminal program. hyperterminal would be best...
  10. N

    Help on MikroC printing all files in the project

    Hello, Any body knows how to do this? Currenty I have to print to pdf manually each file. And my code is more than 120 files. Is there any automatic way to print it all to pdf in just few clicks? Thanks, neo
  11. N

    need coding for DTMF generation,encoding and decoding in C

    Its faster in you code in in MATLAB... you have to do the filter routines etc, chiche make it difficult to code in C.
  12. N

    need logic level shifter 5 v t0 3.5 v

    need logic level shifter any signal from ur RF module to PIC would have no problem even it is a 3.3V logic. Any signal from PIC to ur RF assuming ur PIC is 5V logic and ur RF is 3.3V can be simply voltage divided to get a 3.3V logic.
  13. N

    S-35190A RTC can be configured with I2C interface?

    May I know how is this possible. I am using a PIC18F67J11.. I looked at the sheets and I dont know waht this means. I used two SPI modules for this chip and its working fine. Now I want to add another SPI module that can be multiplexed with the existing one. Ive checked the S35390A version...
  14. N

    S-35190A RTC can be configured with I2C interface?

    Is this possible to interface this chip in I2C with extra enable line? any ideas guys... pls help
  15. N

    Proteus model for S35390A RTC chip

    s35390a Anybody knows where to find the model for this chip? Please share

Part and Inventory Search

Back
Top