Ibrahim Posted February 7, 2009 Share Posted February 7, 2009 can it be possible what I'm gonna do is to connect hardware(not specified yet) this hardware contains a memory that have data on it. can i do a software that identifies the hardware without driver and read that continuous stream of data from the hardware memory.Then it writes down this data in a file so my question is " Is it possible in Autoit?" [font="Arial Black"]My Stuff[/font]UPnP Port Forwarding Final.GateWay InformationThe GateWay Watcher(detect speeofing)Rightclick Any file --->Hide/UnhideThe Tip WatcherA PanelShare WatcherThe Arp WatcherThe Online License Checker Link to comment Share on other sites More sharing options...
PsaltyDS Posted February 7, 2009 Share Posted February 7, 2009 can it be possible what I'm gonna do is to connect hardware(not specified yet) this hardware contains a memory that have data on it.can i do a software that identifies the hardware without driver and read that continuous stream of data from the hardware memory.Then it writes down this data in a fileso my question is " Is it possible in Autoit?"AutoIt uses standard Windows APIs to get its work done. What you are talking about would be at a much lower level, and AutoIt would not be the appropriate language. You would something more like C++ and maybe some assembler for the driver level stuff. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
martin Posted February 7, 2009 Share Posted February 7, 2009 can it be possible what I'm gonna do is to connect hardware(not specified yet) this hardware contains a memory that have data on it.can i do a software that identifies the hardware without driver and read that continuous stream of data from the hardware memory.Then it writes down this data in a fileso my question is " Is it possible in Autoit?"Without knowing how the hardware connects to the PC and what the hardware is it is not possible to answer your question no matter what language might be used. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script. Link to comment Share on other sites More sharing options...
Ibrahim Posted February 8, 2009 Author Share Posted February 8, 2009 ok let me rephrase that can autoit read data via the com port and record it into files? [font="Arial Black"]My Stuff[/font]UPnP Port Forwarding Final.GateWay InformationThe GateWay Watcher(detect speeofing)Rightclick Any file --->Hide/UnhideThe Tip WatcherA PanelShare WatcherThe Arp WatcherThe Online License Checker Link to comment Share on other sites More sharing options...
picaxe Posted February 8, 2009 Share Posted February 8, 2009 can autoit read data via the com port and record it into files?Yes, search examples forum for martin's Commg Serial Com udf and also mscomm32/netcommocx examples. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now