I finished my real tachometer. well you just need few resistors that you conect with lpt and then output rpm on lpt. i will make spedoometer too, but i am thinking of digital speedo...
But still i didn't finshed 100% of tachometer. I still need to make shiftlight to work. But I see that it isn't packet. So i don't know how to get value (0 or 1). Please help. I will post movie later because I didn't buy voltmeter yet. (I tested it on digital multymeter)
I am working in vb but it helped! I didn't realize that it was flags. I just wrote the code:
Label1.Caption = Format(Packet.Flags(0))
And that's it!
Thnx!
Ofcourse i will output it on lpt for my LED.
Thanx again!
Where did you find a 5V voltmeter? I am searching fri it about a month... I made a similar solution - I made my own DAC and it works (tested with multimeter)- now I just need to find 5v voltmeter. Help?
Maybe a stupid question, but is het possible to use outgauge for a multi monitor setup.
Send info to a second computer (with LFS running) so I can have a different view there?
Hello! Can somebody help me? I am about to connect shiftlight on a COM port... I had it connected to LPT but now i want to attach something else on lpt- tachometer... I dont know which pins are for input, and which are for output on a COM port. In short i don't know anything about com port so link on schematichs would be usefull... I just hope that programming in vb for COMport i similar to lpt programming... Thnx!
Serial port is completely different animal than LPT. You can control(read) LPT pins directly, but with serial port you need a controller (com port only has 1 line for reading (Rx) and one for writing (Tx) (actually it has other lines, but are pretty much useless), so controller must deal with assembling those bits together, put bytes into fifo queue, synchronizing all the stuff, generate irqs, etc... There are ICs that do that for you, but it still may prove to be little more annoying than you think it is...
If you only need one signal line you can get away with it easily: just use one of the control signals such as DTR... (beware: you are dealing with 12V here)
Ok , super work on the Logitech G15 . My question is >>> is there such a prog or mod that i can download that shows the same thing but only on a TFT CRT Monitor ??? I have been looking for something like this for a long time but ................. the G15 is too small for my taste
That is seriously impressive. I have only just begain to pratice with outgauge. Now im trying to see what is lying around i can use. So far nothing. But im wondering what possibilities my graphing calculators screen may have. Too bad it was so expensive, id probably have it taken apart already.
Surely there is money to be made here, all you need is a clip on LCD which plugs into a USB port and some code to drive it. If someone builds one, I will buy it lol.
I've got some extra cash right now, think I might pick up the phidgets thing and program for it in C or C++ (Or even SmallC). I'll let you know how it goes.