http://cgxwikifunck7z7yx2ex4d4u6dzmzzc5kbnmeie7zp7n2nesiat63cad.onion/code/php/classes/phpcom.class.php
, E_USER_ERROR ) ; die ( ) ; } } public function Close ( ) #Close serial port device file (takes much time, do not use too often [200ms+]) { @ fclose ( $this -> PortHandle ) ; } public function Write ( ) #Write data to serial port (doesn't take much time) { #Write( Data ) - write data and end with 0x00 #Write( Data, EndChar ) - Write data and end with specified end character switch ( func_num_args ( ) ) { case 1 : #No args, end with 0x00 fwrite ( $this -> PortHandle ,...