i'm planning to implement it using uC51 (compiler) for the Atmel 89C52. i've done much work in assembly on this, but i can't seem to find the translation for...
I only give an idea, because it takes time to do it. I use Pic 16F87X series microprocessor and it has A/D converter pins and Usart pins for communication on...
Hi, I posted this over half an hour and it still hasn't appeared so I'm repeating. ... 89C52. ... A search for uc51 compiler on Google brought up this...
Hi all, I have connected a small digital circuit to my PC parralel port and it worked well under Windows 98 and DOS.(I used inportb() and outportb() ). However...
i've seen this, but thing is, i'd like the whole program to be offset by a certain address. i'm sorry i didn't clarify it earlier. but i'll look into it again....
... 89C52. ... A search for uc51 compiler on Google brought up this documentation of the compiler: http://www.wickenhaeuser.de/uc51data/uc51docu.pdf There is a...
... offset by ... Without access to the compiler I can't be sure but the docs for .segment say that the loader collects all segments of the same name together....
i would like to run two monitor in on system so what is necessary step for that and if it is possible theni can see diffrent process on the each monitor...
I have a few questions about Equinox hardware that hopefully somebody can help me with. I am planning on using an Equinox SST-16P PCI card with a Super Serial...
All you need for dual monitors is 2 graphic cards that support dual monitor. The best way to check if they support it is to install both cards, and try to...
Hello I'm designing a firmware for a HID USB joystick. Well, I work on Win2000 ans I use the CYPRESS AN213. I've written all descriptors, which seem run. I...
Hi, I'm building a miniature wireless video system and I'd like to use a digital camera module to capture images due to its small size, compared to analog ...
Yawen Chan
ywchan@...
Aug 5, 2004 9:36 am
8338
Hello, everyone ! I'm a new to here.. I need some help. I use MS Visual C++ with SP6. When I build ioexample from porttalk2.2, compiler complains ... ... ...
... These types of errors suggest that you haven't included windows.h This should be the first include statement in the file: #include <windows.h> If it isn't...
Hi dear, I,m new to your field. I wanna make my Major Project using PC interfacing through COM port i.e. RS-232C (9-pin) which is usually meant for connecting...
I read about wireless USB, I think ... From: zezar [mailto:zez_boy@...] Sent: Wednesday, August 04, 2004 3:56 PM To: interfacing@yahoogroups.com Subject:...
I'm new to your Group. Please help me finding out how to turn a LED On/Off using Serial RS232C (9-pin) PORT. Also tell me the Software/Hardware Requirements...
Hi Juan, This is very easy to do in Visual Basic. Use mscomm control for input (have to add it to components pane). Change it's settings to suit your input ...
PS, if you don't have visual basic, and want the program, then I (or anyone else) can send you a copy. Hi Juan, This is very easy to do in Visual Basic. Use...
Use #pragma address 0x04040 for address of 0x04040, etc. ... _________________________________________________________________ Feeling spent? Apply here for...
You can use the windows api functions from avicap.dll, or avicap32.dll. This allows capture of stills, or even a stream of video to preview or save. You could...
Hi, I am new to this group. I made a stepper motor drive controlled by Atmel 89C51 micro-controller which is connected to the PC serial port through MAX232...
Use the function outportb() to send data to the LEDs. You must know the address of the serial port. Which may be between 200(hex) to 400(hex) . you have to...
Hi Govind I recomended the used Pic microcontrollers, there is an easy form tu interface with the PC ports and hardware. With the microcontroller you can...
You have to use "C language " Becuz it embed Assembly. Now How, asm{ //Whatever Instruction want to use put here (e.g .org 2000H) } Remember always write (1)...
I suggest to use the parallel port to this project. With the parallel port you can use the bits separetally, serial port use comunication with bytes and it...
Dear Gurus, Currently, i'am working on a project which uses PIC16F870 microcontroller. I want to interface 6 individual LED's using 3 I/O lines. Each LED is...