13 messages in net.java.dev.jna.usersRe: [jna-users] handling serial port ...
FromSent OnAttachments
zamekMar 11, 2008 11:58 am 
Marc RavensbergenMar 11, 2008 12:24 pm 
zamekMar 11, 2008 1:47 pm 
Timothy WallMar 12, 2008 5:38 am 
zamekMar 12, 2008 2:34 pm 
Timothy WallMar 12, 2008 4:36 pm 
zamekMar 13, 2008 1:12 pm 
Timothy WallMar 13, 2008 5:04 pm.java
zamekMar 14, 2008 7:26 am 
Timothy WallMar 14, 2008 8:20 am 
zamekMar 14, 2008 8:51 am 
Timothy WallMar 17, 2008 6:58 am 
zamekMar 17, 2008 11:22 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] handling serial port with jna on linuxActions...
From:Timothy Wall (twal@dev.java.net)
Date:Mar 13, 2008 5:04:26 pm
List:net.java.dev.jna.users
Attachments:

The attached code, which sends SIGUSR1, works on ubuntu 6.

On Mar 13, 2008, at 4:12 PM, zamek wrote:

Hi All, Ezzel a dátummal: Thursday 13 March 2008 00.37.00 Timothy Wall ezt írta:

For one thing, your sigset_t should be a total of 128 bytes (yours is 256); note that Java long is *not* the same thing as native long (NativeLong is). I don't think that would prevent the signal handler from being called, though.

Opps, thanks a lot, its true. Unfortunately this not helps for me:(

I see the manual and I don't understand how can I pass a signal address from java to native c?