From: Martin P. <ma...@ma...> - 2013-05-03 13:54:11
|
Hello, On Fri, May 3, 2013 at 1:46 PM, Johannes Becker <Joh...@hr...> wrote: > I have a CardOS V4.3B chipcard that works with Firefox. > But the command > verify CHV81 30:34:35:32:39:31:FF:FF:FF:FF > > fails with > > Unable to verify PIN code: Invalid arguments > > > > The command > > verify CHV81 30:34:35:32:39:31:FF:FF > > fails with > > Unable to verify PIN code: Card command failed Keep in mind that CHVXX seems to take *decimal* input, and that cardos driver actually seems to use max length 8, so: verify CHV129 30:34:35:32:39:31:FF:FF Should give "OK" (maybe you need to have the necessary folder selected before as well) Martin |