Edited by project168, 03 April 2011 - 07:27 AM.
4 replies to this topic
#1
Posted 26 March 2011 - 06:35 PM
Is there a program which provides this compiling method?
|
|
|
#2
Posted 26 March 2011 - 08:08 PM
while(true) is the loop, are you sure that the loop does not work?
EDIT:
Ignore this post, the question was changed.
EDIT:
Ignore this post, the question was changed.
Edited by Smilex, 28 March 2011 - 09:37 AM.
#3
Posted 27 March 2011 - 07:02 AM
Nevermind
Edited by project168, 03 April 2011 - 07:27 AM.
#4
Posted 27 March 2011 - 11:40 AM
set $i=0 before the loop.
by the way, accessing the serial port com3 isn't that simple as you try it to be. At the moment, you will create a file named com3 instead.
As you use the name com3, I assume you're on Windows. I found some information on this here: PHP and Serial Ports « VT's Tech Blog
by the way, accessing the serial port com3 isn't that simple as you try it to be. At the moment, you will create a file named com3 instead.
As you use the name com3, I assume you're on Windows. I found some information on this here: PHP and Serial Ports « VT's Tech Blog
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#5
Posted 28 March 2011 - 03:14 PM
@Örjan, I believe com3 is a reserved name and will write to the appropriate port, try on your desktop renaming a file to AUX or COM3, it will silently revert back the the old name without changing it.
@project168, it will not convert the code to C++, in fact PHP is not even written in C++ so it would be a bit strange to. It is interpreted and generates compiled opcodes by default behaviour, you cannot use it as a PHP->C converter, although your code written in C++ is not that hard to write.
@project168, it will not convert the code to C++, in fact PHP is not even written in C++ so it would be a bit strange to. It is interpreted and generates compiled opcodes by default behaviour, you cannot use it as a PHP->C converter, although your code written in C++ is not that hard to write.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









