Commit graph

80 commits

Author SHA1 Message Date
Fl0-0 f05ab29c04
Fix for USB uart slowness
See Proxmark#787
2019-02-17 15:51:37 +01:00
iceman1001 99b6087b01 chg: use calloc 2019-01-30 21:16:20 +01:00
iceman1001 898484f642 FIX: compilation for OS X, see https://github.com/Proxmark/proxmark3/pull/730/ (@jmichelp) 2018-12-04 13:51:28 +01:00
iceman1001 c5c75d494b chg.. moved into defined 2018-11-30 09:13:09 +01:00
iceman1001 8bef04f94b ADD: Support TCP ports for proxmark (@phcoder)
On ChromeOS Linux apps can't access serial port but they can connect to TCP,
so I wrote a simple app to forward TCP to serial. I suppose this can have other uses as well.
see: 538d10d651
2018-11-30 09:03:55 +01:00
Chris f8c33af1da CHG: FPC connector tests. Device -> Client communications works.
Adjust  armsrc/Makefile   and client/Makefile  to include  the  -DWITH_FPC  flag to compile with FPC enabled.
2018-11-20 10:58:32 +01:00
Chris 24eaac8681 CHG: the thread comms refactoring from offical pm3 repo
chg: FPC com speed limited to 115200 when compiled with FPC
chg: USART remake (@drandreas)
2018-09-06 21:43:20 +02:00
iceman1001 57337fe941 chg: add some error messages in order to debug better. 2018-03-31 10:46:06 +02:00
iceman1001 a29b2328db fix: g_debugMode - client side global debugvariable, moved to util.c 2018-02-21 15:54:13 +01:00
iceman1001 9ba8655953 chg: lesser error message flooding 2018-02-05 15:58:18 +01:00
iceman1001 a82d5bf708 chg: // took settings from libnfc/buses/uart.c
sp->ct.ReadIntervalTimeout         = 30;
	sp->ct.ReadTotalTimeoutMultiplier  = 0;
	sp->ct.ReadTotalTimeoutConstant    = 30;
	sp->ct.WriteTotalTimeoutMultiplier = 30;
	sp->ct.WriteTotalTimeoutConstant   = 0;

chg: textual
chg: removed imp of upcase to builtin function _strupr
2018-01-09 16:52:43 +01:00
iceman1001 c9f7ba2ab0 ADD: increased debug messages in order to see when commnunications break down between device and client.
Before it silently just broke and you just didn't know what happend..
2017-12-21 10:16:21 +01:00
iceman1001 994248265d FIX: changing the result booleran when sending over serial. 2017-10-29 19:22:03 +01:00
iceman1001 53333f22c8 fix: hw status (and USB comm in general) PR #434 : (@pwpiwi) 2017-10-20 16:32:42 +02:00
iceman1001 16028f7d33 CHG: appmain now calls cmd_recieve as it should
CHG: flasher -  removed unneeded parameter to function
CHG: flasher - increased limit to fpga-files that can be loaded
FIX: main client,  wrong windows define fixed.
CHG: device side - recieve usb command does not always get 544 bytes.  usb packages can be incomplete.
CHG: usb_cdc.c also got piwi's changes.
CHG: uart_posix.c removed a debug value
CHG: uart_win32.c clean up.
2017-10-17 20:58:17 +02:00
iceman1001 fa2aba1532 fix: no length tests... 2017-10-12 12:24:53 +02:00
iceman1001 78ebac8e6f chg: more debug... 2017-10-12 11:35:34 +02:00
iceman1001 85eb7c2cc6 chg: reverting tests 2017-10-11 13:01:16 +02:00
iceman1001 480c0d0ba0 CHG: pm3 device will be identified on win10 automatic without drivers. Sadly no com port... 2017-10-11 12:46:38 +02:00
iceman1001 dd3da571e2 CHG: reverted back from a time-outed usb receive function 2017-10-10 15:02:06 +02:00
iceman1001 4e728dc0f9 rename variable 2017-10-10 15:01:04 +02:00
iceman1001 b4a03581c2 CHG: adjustments to the USB reading part. 2017-10-05 15:55:08 +02:00
iceman1001 2954e1d040 fix: forgot some parentheses 2017-09-26 22:26:57 +02:00
iceman1001 ee0409d8d0 cleaning up typecasts 2017-09-26 22:25:06 +02:00
iceman1001 08bf63c748 fix: double free shouldn't happen now 2017-09-26 22:22:23 +02:00
iceman1001 b18920b9f9 CHG: enables proxmark3 client to reconnect to serial port without exiting / restarting. 2017-09-26 17:04:25 +02:00
iceman1001 ecd8eb9503 chg: msclock reference.. 2017-07-31 17:33:55 +02:00
iceman1001 7eeea9bf2a fix: @micolous changes 2017-07-31 17:31:49 +02:00
iceman1001 0e31ed346a minor adjustments.. 2017-07-30 11:15:48 +02:00
iceman1001 6519ae6f88 part of monstermerge... 2017-07-27 20:48:49 +02:00