Skip to main content

Messages

This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.

Messages - markr

1
Bus Pirate Support / Re: How save SPI traffic in a file?, is it possible?
If this is a console app, it should be possible to pipe the output to a text file.

It means you will have to change to the directory where the app exists (or include it in the path) and start it from a command box.

If none of this makes sense, do this:
{windows}-R
cmd
cd "where-evertheapp is"
"app name" > output_file.txt     

The quotes are only required if the path or filename includes spaces.
One possible issue: _ALL_ of the output will go to the output file, including any prompts for input.
So you will either have to type blind or create an input file containing anything you would have typed at any prompt and then pipe that file to the app:
app_name < input_file.txt > output_file.txt

It's old school (at least for most Windows users), but it works with most apps that display to the console.

-markr
2
Project logs / Re: solar power supply
Did you try using the original battery that came with it? I have a bunch of dead solar lamps. They work if I charge the battery, but the Texas sun has crazed the covers over the panels; and more importantly the photo-detector.
I'm thinking this could be a good way to use the panels and the batteries.

( ! ) Fatal error: Uncaught exception 'Elk_Exception' with message 'Please try again. If you come back to this error screen, report the error to an administrator.' in /var/www/dangerousprototypes/forum/sources/database/Db-mysql.class.php on line 696
( ! ) Elk_Exception: Please try again. If you come back to this error screen, report the error to an administrator. in /var/www/dangerousprototypes/forum/sources/database/Db-mysql.class.php on line 696
Call Stack
#TimeMemoryFunctionLocation
10.01782262416session_write_close ( )...(null):0
20.01822394016ElkArte\sources\subs\SessionHandler\DatabaseHandler->write( )...(null):0
30.01822394792Database_MySQL->query( ).../DatabaseHandler.php:119
40.06622533536Database_MySQL->error( ).../Db-mysql.class.php:273