Is it possible to run a device without OS
chioski
Posts: 17
Hi Friends.,
Is it possible to Run an electronic device(for example finger print device,biocrypt device)run with webservice application without OS.CAn i do this,is it possible.Please clarify this doubt.
Thank you..
Is it possible to Run an electronic device(for example finger print device,biocrypt device)run with webservice application without OS.CAn i do this,is it possible.Please clarify this doubt.
Thank you..
Comments
Check out what these guys do with the ARM processor on the Raspberry Pi working on "the bare metal". (The PI normally runs Linux). http://www.raspberrypi.org/phpBB3/viewforum.php?f=72&sid=b2ec8aa3f21af7ea7e501b1f7f3bdc5a
Of course many an MCU, like the Propeller is, used without an OS. Just create or acquire all the software you need to talk to external devices, add your applications code and build it into a single program that the MCU runs from boot up.
Back in the old days, that how we did things. It still goes on today.
Of course if you are talking web servers and such you might find you need a lot of functionality that an OS gives and creating all that will take longer than getting to grips with an OS.
But propeller is like as fan(Rotating shaft). But i am going to use one finger print device,normally this type of device,when we plug after it will boot using specify OS(like windows XP)but is it possible to directly connects to run with web service?
To answer that we would need to know more about whatever that device it is.
What is the physical connection? Serial, USB, other....
What is the protocol over that connection?
And so on.
My guess is that your device is USB and comes with a Windows driver that does whatever kind of complex stuff it has to. You are not going to have a good time trying to talk over USB over the Prop. It can be done, just about.
But then what does that Windows driver do? Who knows.
OS = Operating System. A layer of software that handles resource allocation, simplifies access to external resources and does task monitoring.
Of course, in some systems, there's no difference between the OS and the Application.
The USB need to communicate with host but the same time if we access the usb in web service we need one supporting OS am right???
For example, i missed my id card ,third person get my ID card when he type my id number my all details are shown for him.But this process was run without OS.How is it possible...Please share your ideas..
Thank you..