Writing drivers for DOS. Where to begin? [closed] - driver

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I know its possible to write DOS drivers, but I was wondering if there are still books or people out there with that knowledge. I want to run FreeDOS and be able to use my USB keyboard and mouse, and I am guessing I need to write USB drivers.
Where would I even begin?

Take a look here: http://www.drdobbs.com/writing-ms-dos-device-drivers/184402277
Also, check out CuteMouse(http://cutemouse.sourceforge.net) for mouse drivers. Maybe this will give you an idea of how they are written.

Related

How to program an NFC without using an app to do so for iOS? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
I am trying to learn how to program an NFC, but the only tutorials that I could find used an app to do it. I also need to be able to use it on iOS devices (i.e. iPhone). This is my first time programming hardware. Is it possible to program an NFC without using an app to help? If so, how?

A multi-language IOS app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How to build a multi-language app? I already build one app but it’s English, I want to make it multi-language, and show the language depends on system language.
Appreciate if you give a help!
It's actually quite easy. You basically have a text file for each language you are supporting. Apple's documentation steps you through how to do it:
https://developer.apple.com/internationalization/

AutoIt to act as virtual server - is it possible? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
First of all, hello :)
I seek an answer for question that bugs me for a while... i didn't actually start to write a code, just because i am uncertain if it's possible to make something like this with AutoIt.
My goal is to (i will be most specific here): when some app try to contact any IP out there, my script will act like that IP and return requested value. That's all :D Thanks in advance.
P.S. if it's possible, i will find a way to write it by my own, i will no bother you guys (maybe a little though :) )
Yes it is possible using AutoIt (assuming TCP or UDP protocol is used).

Making a TV Remote in iOS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have a 3.5mm to IR sensor to connect to my headphone jack. I want to know if there's a way to create a basic app for my TV that will control it's Volume, Power On/Off, input, and number pad. I've kept researching for about a week now on how to do this, but haven't found an answer. Can someone help me?
Yes is it possible, you only need an application what play wav files.
Or jsut a file browser.
But you can find a plenty of applications and tutorials and details all over the internet.

Image/Text Recognition [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I saw that this company Mitek made an app that could read receipts through the iPhone's camera and record the information from them. (http://www.miteksystems.com/OOMPH_MobileReceipt.asp). My assumption would be that they run the images through some kind of image/text recognition software. Any ideas what what they might be using? If theres an API that can interpret text from pictures that would be great to.
cheers,
Mike
They are probably using some type of OCR software. It is hard to tell exactly which.
You can look at ocropus, for example

Resources