ShadowElf Posted October 30, 2009 Share Posted October 30, 2009 (edited) First of all i'm a beginner in autoit, so this problem is over meI want to do a relay commanded by software via serial port I found thisLINK TO HOW TOAny sugestion to transform that c++ into some functions in autoit? (open, close) Edited October 30, 2009 by ShadowElf I like IT: php, mysql, codeingiter, css, jquery and AUTOIT Link to comment Share on other sites More sharing options...
Richard Robertson Posted October 30, 2009 Share Posted October 30, 2009 Wrong forum. If you are a beginner to AutoIt, you really have no reason to try such a complex project. If it works in C++, why not just use C++? Link to comment Share on other sites More sharing options...
bundyxc Posted October 31, 2009 Share Posted October 31, 2009 That's seriously C++? I was under the impression that C (and its variants) were a lot more complex than that. That looks pretty user-friendly... Global $arr[2] $arr[0]="hip" $arr[1]="hip" ;^^ hip hip array. ^^ Link to comment Share on other sites More sharing options...
Richard Robertson Posted October 31, 2009 Share Posted October 31, 2009 Some C++ isn't bad. Sometimes it is. Link to comment Share on other sites More sharing options...
Zedna Posted October 31, 2009 Share Posted October 31, 2009 Search forum. There are some UDFs for serial port communication. Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Bert Posted October 31, 2009 Share Posted October 31, 2009 (edited) Seeing how you are new to AutoIt, you may want to take the AutoIt 1 2 3 class. Also, take a look at the AutoIt videos on YouTube. Links are in my signature. Edited October 31, 2009 by Volly The Vollatran project My blog: http://www.vollysinterestingshit.com/ 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