Commit graph

61 commits

Author SHA1 Message Date
henryk@ploetzli.ch
78d647da02 Limit hexsamples to just the amount of requested samples 2009-12-03 16:21:44 +00:00
edouard@lafargue.name
c86cc30801 Added the new SRIX4K reading routine, thanks to jonor. Regression tested against SRI512 tags,
but I do not have SRIX4K tags to test this with.
2009-11-23 09:34:57 +00:00
henryk@ploetzli.ch
dcc10e5e31 Add basic communication shell for Legic RF in reader mode. Needs the new receive function of hi_read_tx. 2009-11-06 15:37:53 +00:00
d18c7db
ec81f90ec3 replaced strncasecmp with strcmp to get rid of compile errors 2009-10-22 20:21:12 +00:00
henryk@ploetzli.ch
a7247d858b Add basic LEGIC RF communication in tag simulation mode 2009-10-12 11:47:39 +00:00
henryk@ploetzli.ch
5fc8250f7f Add command to manually set ADC mux source 2009-10-09 15:57:07 +00:00
d18c7db
d3ae0de746 Small changes to some armsrc makefile to allow conditional compilation of various protocols via defines, change winsrc makefile to allow override of compiler location via external defines, finally change fpgaloader to actually check that the image upload succeeded instead of just blindly sending it and hoping for the best. 2009-09-22 09:57:03 +00:00
adam@algroup.co.uk
ac86b65681 fix mandemod initialisation and add Transit tag trace 2009-09-10 15:12:20 +00:00
d18c7db
a8120704f7 Updated the windows Makefile to be compatible with both nmake and make 2009-09-07 09:03:45 +00:00
adam@algroup.co.uk
c2c80de8ab enforce askdemod argument 0 or 1 2009-09-02 09:17:34 +00:00
d18c7db
3cc63bdf91 Updated windows client to handle new flashing method 2009-09-02 08:30:22 +00:00
adam@algroup.co.uk
523f4c90a1 amp command - amplify sample peaks 2009-09-01 23:17:57 +00:00
henryk@ploetzli.ch
db335b3de0 Make objcopy call less verbose
Add master Makefile
2009-08-30 22:35:12 +00:00
adam@algroup.co.uk
269a820f9e maintain alphabetic order! 2009-08-30 18:57:28 +00:00
henryk@ploetzli.ch
0fa9ca5b53 Add command and code for bidirectional LF emulation of Hitag2. Should be extended for other types of tags 2009-08-28 21:56:43 +00:00
henryk@ploetzli.ch
ba8a80b30c Add version command 2009-08-28 00:37:28 +00:00
d18c7db
7381e8f2f2 Added tiread command to demod TI tags on the PM3 2009-08-06 12:53:06 +00:00
edouard@lafargue.name
3628c31882 Add checks in em4x50read to avoid segfaults in case loops go over the GraphTraceLen. 2009-07-30 15:24:03 +00:00
d18c7db
0422e2a471 Reduced the size of BigBuf to make more room for stack/vars 2009-07-29 13:37:09 +00:00
d18c7db
f81c82c342 fix crash in client when no buffer is loaded 2009-07-28 01:21:24 +00:00
d18c7db
9bea179a71 added tiwrite command, split LF code from appmain into lfops.c 2009-07-25 11:47:43 +00:00
d18c7db
0c2ed92d87 Further additions to tidemod to differentiate between ro and rw tags and check crc validity. 2009-07-22 11:39:39 +00:00
adam@algroup.co.uk
1569d97730 buffclear should be available in offline mode 2009-07-22 01:49:54 +00:00
adam@algroup.co.uk
fc02a452af [ryan] fix declarations for windows compiler 2009-07-21 17:46:39 +00:00
adam@algroup.co.uk
bb2d45ece8 missing varaiables for grid build under windows? 2009-07-21 16:39:02 +00:00
adam@algroup.co.uk
f4434ad226 make grid function linux friendly 2009-07-21 16:10:58 +00:00
d18c7db
bd4cc2c95b Added a way to overlay a grid to graph window 2009-07-20 08:20:23 +00:00
d18c7db
67853904cc Some new commands (threshold and fskdemod) that act on the graph window 2009-07-19 11:00:24 +00:00
d18c7db
48f8a3d60d fixed an intermitent pain in the ass to track down crash in the GUI client due to array overflow in sprintf, duh!!! 2009-07-19 07:38:51 +00:00
adam@algroup.co.uk
ad2a97824d prettify tune output 2009-07-13 12:46:07 +00:00
adam@algroup.co.uk
693f7cf770 make button detection more reliable in standalone mode and add exit command 2009-07-13 12:14:50 +00:00
d18c7db
7a494188f9 Windows VC compile file shoudn't be there. 2009-07-13 11:23:00 +00:00
d18c7db
e7aee94e6a Merged sweeplf into tune command 2009-07-13 11:20:29 +00:00
skamkar
1dff8c42f5 fix debug printing function, add readmem function 2009-07-13 08:22:24 +00:00
adam@algroup.co.uk
a52a7d191b more extended help 2009-07-12 15:27:39 +00:00
adam@algroup.co.uk
7f93ef2c22 add extended help feature 2009-07-12 12:52:21 +00:00
adam@algroup.co.uk
1dd2335295 compile clean and flasher targets 2009-07-12 10:02:57 +00:00
adam@algroup.co.uk
67b9b62a7e minor display style change 2009-07-10 11:14:48 +00:00
adam@algroup.co.uk
af2d53cb87 show samples values at cursor A & B in plots 2009-07-08 09:58:20 +00:00
skamkar
8172fb35dd fix windows compile error and remove linux compile warnings 2009-07-08 01:09:41 +00:00
skamkar
1e8635b296 port adam's changes to add cursor pos in plot 2009-07-08 01:09:20 +00:00
adam@algroup.co.uk
7f3480429b add 'detectreader' command - listen for external reader fields 2009-07-07 17:19:42 +00:00
adam@algroup.co.uk
955aa93faa em4x50read (work in progress) 2009-07-06 23:02:12 +00:00
adam@algroup.co.uk
1de3416e5a argh. dropped locomread this time. going to the back of the class... 2009-07-06 10:18:53 +00:00
adam@algroup.co.uk
736aea6036 oops! clobbered manchester code inversion with last update! :( 2009-07-06 09:36:15 +00:00
adam@algroup.co.uk
959baa89f7 send LF commands to TAG (locomread) 2009-07-04 16:45:17 +00:00
adam@algroup.co.uk
ac174b297a add inversion option to mandemod and fix indentation 2009-07-03 18:55:37 +00:00
adam@algroup.co.uk
f23e056d95 added 'buffclear' - when you absolutely positivley must clear every bit in the room 2009-07-03 10:17:52 +00:00
skamkar
a91ff4c8e7 with em410xread, retest if we read our bits the wrong way (1=0 and 0=1) 2009-07-03 00:56:12 +00:00
edouard@lafargue.name
15db5fb71a Improved askdemod to detect transitions from peak to peak, instead of zero-crossings, works much better for more tag types (all tags in the traces directory at least).
Now just use "askdemod 1" or "askdemod 0" and do not give the clock rate as argument (not necessary anymore)
2009-07-02 22:54:44 +00:00