Particular application of MMF2, serial input
you know if it is possible possession a display device you temperature on pc using MMF2? I know serial object, but this object checks some lights in external, but I have need instead of having an analogical signal that MMF2 converts in some number. EXAMPLE
I must connect a probe of temperature in the serial port and then, MMF2 it converts this value in a global value. Please, it is very important you know how I can do? do you know an application of MMF2 that performs a function as this?
Regards
Re: Particular application of MMF2, serial input
You'll have to use the serial object if it uses a serial port to connect to your computer. Or you'll have to either find an ActiveX that does this or make your own extension to do it. It's going to take a lot of testing if this is what you want. It's possible, though.
Re: Particular application of MMF2, serial input
I don't think MMF2 would be too good at interpreting analog signals...
Re: Particular application of MMF2, serial input
Re: Particular application of MMF2, serial input
Maybe if it has a pattern then yes(for instance, a frequence for each temperature, and as the temperature increases so does the frequency), but if you have to decode the analog stream in real time, I don't think MMF will be fast enough...