Microchips Community Center by Kadaj Hello, I am student in my final year of a Robotics and Automation program, and i have been working on a project that requires the use of a programmable microchip. The only problem is that I don't know how to program one in ASM and time is running out. I was wondering if anyone on here knows of a place that will program a chip for me for cheap. … Accessing a mouse button Programming Software Development by dave2point0 Hi, I am making some software for microchips. I am currently developing some algorithms or the PC, and … Demo RAM/GFX Card Tutorial Hardware and Software Hardware by Serunson …-samples.jpg"]here[/URL] The black rectangles are the microchips that temporarily store the data, while the contacts at the… Microsoft to Yahoo: Drop Dead (Plus More on Chip Sector) Digital Media Digital Marketing Search Engine Strategies by Brian.oco … be announced after the stock market closes." More on Microchips In other market news today, a key global microchip group… "Hello World"; Video effects specialist here Community Center Say Hello! by dc/dt … so I decided to join. I've been programming for microchips before using assembly and c and I've also done… How I Learned to Stop Worrying and Love the AI Arms Race Community Center by Johannes C. … up. Forget nuclear weapons, the real power now lies in microchips that can outsmart entire nations at any game and predict… Re: Will a true AI have a net positive or negative impact on society? Community Center Geeks' Lounge by Reverend Jim >microchips are currently limited by the physical laws of heat dissipation … Re: Power supply tester result Hardware and Software Hardware by Serunson … i think they include the -5V just to make the microchips happy, because from my experience with them, via college, there… a + and a - terminal to connect power rails. Some microchips can't cope with +/- 12V, so they use +/-5V instead…'t work, or is not there, there are probably microchips in the system or even small transformers that scale down… Re: How does this compile Programming Software Development by AssertNull … a modern phone or even on one of the larger microchips, the difference would be negligible, but I've programmed some… of the smaller microchips where every single byte counted (i.e. the executable had… Re: chipset inquiry Hardware and Software Hardware by Coconut Monkey … motherboard is based on. A chipset is a combination of microchips that, together, provide a means to connect everything in a… Re: Biometic Passports will become a Reality This Year Community Center Geeks' Lounge by Real-tiner …. Biometrics are a great improvement over passwords, ID numbers, tattoos, microchips, and anything else man made. Those other things can be… Re: Computer Power. Hardware and Software Hardware by Serunson Have any microchips or capacitors blown? If so your problem lies there Re: Upgrading RAM Hardware and Software Hardware by Serunson The amount of chips doesn't matter! I have 2 1Gb sticks, one with microchips on 1 side, the other with chips on both sides :P So no they weren't 'jipping' you there at all, it's what is in the chip that counts, not how many you have of them. Re: Upgrading RAM Hardware and Software Hardware by Serunson As long as the sticks have equal speeds, and are not damaged they will work regardless of Manufacturer or if they have microchips on one or both sides. Re: Power supply tester result Hardware and Software Hardware by Serunson … within the computer that require a negative current, such as Microchips. There are the main supply voltages which are -5V , 0V… Re: Molex connector voltage tolerances Hardware and Software Hardware by Serunson Well for the microchips inside your computer, they can withstand up to +/- 5V. The … Re: New build won't power on Hardware and Software Hardware by Serunson Yeah, an expert in the field of motherboard electrics is your only hope of saving this motherboard. You have probably blown some Microchips which is causing your computer not to boot. Re: New guy with crazy projects Programming Computer Science by Duoas … not getting wet or the like. The quality of the microchips themselves can only withstand certain stresses. Something you buy at… Re: New guy with crazy projects Programming Computer Science by blurrycustoms [QUOTE=Duoas;494864] The question about weather has nothing to do with not getting wet or the like. The quality of the microchips themselves can only withstand certain stresses. [/QUOTE] Ahh! Makes sense, I'll have to look into something military spec. That just sounds expensive! Re: Windows forms in C? Programming Software Development by Interrupt … question poorly! Mainly I want to learn C to program “Microchips” but occasionally I’ll want to create a window application… Re: Microcontrollers/chips/cpus and how they are programmed. Programming Computer Science by buckeyejim … computer science degree in 1968 when there were no "microchips". It took most of my degree work plus experience… Re: int versus Integer versus AtomicInteger Programming Software Development by VernonDozier … on very small (i.e. 16K program memory, 3K RAM) microchips. The wireless packets need to be encrypted, encoded, have Cyclic… Re: Communism good or bad? Community Center Geeks' Lounge by Ancient Dragon In a way communism was good for the world -- many of the things we have today was because communism gave us the incentive to build bigger and better things. Space exploration, for example, may not have happened had the Soviet Union not started it first. The microchips used in today's computers were a direct result of that action. Re: Communism good or bad? Community Center Geeks' Lounge by LastMitch … happened had the Soviet Union not started it first. The microchips used in today's computers were a direct result of… Re: Computer Chips in Your Brain, how do you feel? Community Center Geeks' Lounge by Agilemind … is non-invasive and temporary so it much safer than microchips in the brain. My concern with these things are always… Re: A ternary computer that actually works? Hardware and Software by Thomas_21 … fully open source and fully programmable FPGA-like 3-state microchips. You can do whatever you want with them because you… Re: What is the best way to check whether integer store only 2 byte data. Programming Software Development by AssertNull … not using a very old compiler or computer or programming Microchips or something, integers will almost certainly be more than 16… Re: Will a true AI have a net positive or negative impact on society? Community Center Geeks' Lounge by Agilemind … there are strong indications that plateau is arriving for electronics - microchips are currently limited by the physical laws of heat dissipation… Re: Computer Science Jobs (Explain the Difference) Programming Computer Science by chuckc … chain, development of apps for smart phones, networking, development of microchips, or database technology, i.e. handling and quickly searching huge… Re: Accessing a mouse button Programming Software Development by vegaseat Not knowing what operating system you are using, here is some old and ugly Turbo C code. You could leave out the x,y info. It contains the one big hint, that you might as well use assembler ... [code] /************************** m_releas.cf ****************************** ** ** Returns pointers to the coordinate values x, y of the mouse …