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 kelv_uk

  1. K

    How can I transfer data using web?

    not sure if you are looking for a hardware solution, but these beasties are fun to play with and will do what you want... https://www.digi.com/products/embeddedsolutions/digiconnectme.jsp
  2. K

    Diplaying User Defined Graphics on alphanumeric LCD

    hd44780 lcd user-defined graphics Ok, I was intrigued by the cgram thing, have never had cause to use it so I grabbed my picdem2 and the latest hitechC + hitide and made this from the examples provided, thanks for bringing this up. Looking at the datasheet for the ha44780 in more detail there...
  3. K

    Which is the best PIC compiler?

    best PIC compiler Personally I would have to say BoostC for price and HitecC + HiTide 3.13 IDE for portability for the 8 bit Pics, and you can directly access the ICD2 from within its ui without touching MPlab which i personally think is horrid to use.
  4. K

    [SOLVED] C# handling files - What classes/methods to choose?

    well try here... https://www.free-ebooks-download.org/free-ebook/dotnet/CSharp/Inside_CSharp_Second_Edition.php chapter 11 stream classes.
  5. K

    [SOLVED] C# handling files - What classes/methods to choose?

    Here is a really nice explanation of the methods you can use for file io and what application they are to be put to... **broken link removed** And to be totally honest the way C# works I wouldn't bother avoiding the gui simple buttons and text io areas are a straight forward to use.
  6. K

    how to add DLL files to MS VC++ and use them?

    add dll vc++ try here, not sure if this if for the right version of MSVC... http://msdn.microsoft.com/en-us/library/3y1sfaz2(VS.80).aspx Haven't done this in C++ myself as I tend to cheat and use C# for gui stuff and using dll's is far easier. Best of luck :)
  7. K

    reliable website, good explanation for web design tutorial

    website designer ok, 1st find a good reliable host, read around look at reviews etc. Then register a domain name and have it transferred to the host you want to use, many will include this as part of the setup service. Then depending on what type of site you are wanting to create look for some...
  8. K

    Diplaying User Defined Graphics on alphanumeric LCD

    pattern+cgram+lcd not 100% sure on this but I think the Hi-tech lcd headers are designed for use with a controller such as HA44780 and their character map is in rom, so not changable :( If i've got it wrong please link the display you are intending to use and I'll have a looksee :)
  9. K

    Vero board/ general purpose PCB that supports pitch sizes of SMD components

    cleaning veroboard Also cam across these.. **broken link removed** there are loads of other package types on that site too. I'm sure they had smt to dil adapters too, but cant find them on there at the moment.
  10. K

    rs232 problem - MAX 3232 is not working

    rs232 problem The max 3232 is multi voltage... 3-6v https://focus.ti.com/lit/ds/symlink/max3232.pdf I would suggest using the same supply as the micro you are trying to interface, also look at page 7 of the datasheet for cap values for the right voltage.
  11. K

    Help needed on ATMega8 - protecting with fuse bits

    how to lock atmega8 Set the lock bit, check the datasheet there is a full explanation for code protection.
  12. K

    Need help for a simple LCD phonebook application !

    Nice and easy to port ps2 scan code reader for ps2 keyboard : **broken link removed** More of an explanation of the protocol: https://www.trash.net/~luethi/microchip/projects/keyboard/v1xx/keyboard_v1xx.html and another.... **broken link removed** There was a rightup in a magazine not so...
  13. K

    Send TEXT file from PC via RS232 to external eeprom

    dump for eeprom heres a piece of sample code showing you how to access a serial eprom through I2C. and breaks the process into "nice easy to translate to basic" functions.. http://www.sourceboost.com/Products/C2C-plus/ExampleCode/i2c/i2clow.html (btw sourceboost have a very nice free trial...
  14. K

    can 8051 microcontroller read in text file?

    Short answer is yes, but with a lot of extra work. Not knowing what your goal is, where your reading the data from or your experience level, not to mention which compiler your using its kind of difficult to suggest anything that might help. Start with looking at the fopen() function, then hex...

Part and Inventory Search

Back
Top