-
I need find out the association from USB serial device to the serial device name (eg. /dev/cu.usbmodem0001) on OS X, so that I can use the right device filename with PySerial.
Is there any python code to read the OS X I/O Registry ???
I think can parse this to find the information I need -- unless there is a better way ???
Thanks, Brendan.
2009-06-21 13:02:38 UTC in Python Serial Port Extension
-
I have a device with a usb connection that presents itself as a serial device to operating system (OS X).
It appears as /dev/cu.usbmodem0001 and /dev/tty.usbmodem0001 on the filesystem when the device is plugged in.
I can successfully detect the device USB Vendor ID and Product ID using pyusb :)
Now I have to use pyserial to talk to the device -- which I have successfully done by...
2009-06-17 05:32:06 UTC in Python Serial Port Extension
-
Could we please have OS X support for kicad.
I'd like to be able to download OS X binaries, with timely releases inline with UNIX and MSW releases.
Thanks, Brendan.
2008-09-26 11:21:35 UTC in Kicad EDA
-
grandparent merges do not remember the previous grandparent merges. aegis 4.24.
When doing a grandparent merge to a deeper branch, eg. from foo.2 to foo.2.10, the first merge works as expected, but any subsequent GP merges (in new changesets) do not recongise the files has being merged and up to date.
* foo.2.10.D123 is GP merge changeset (from foo.2).
* Now create a new changeset for...
2008-09-02 01:24:21 UTC in Aegis
-
Could the Win32 package builders also provide install packages for the Pyhton and Perl bindings :)
I'd suggest separate packages for Python and Perl, and separate to the main win32 binary, so that users only need to install what they want.
Thanks, Brendan.
2007-10-24 06:38:19 UTC in net-snmp
-
Duplicate of # 1818921.
2007-10-24 01:36:17 UTC in net-snmp
-
net-snmp-5.4.1
snmplib/snmpv3.c line 881-882.
ret2 = sc_get_properlength(newuser->authProtocol,
newuser->authProtocolLen);
It looks to me as if the wrong function (and params) is being called.
This should be the length of the localized privacy key, not the localized authentication key.
I presume it should be something like:
ret2 =...
2007-10-24 01:31:35 UTC in net-snmp
-
net-snmp-5.4.1-ssl-3.win32.exe (with Win32OpenSSL-0_9_8e.exe).
Executing "snmpusm -v 3 -l authNoPriv -u admin -a sha -A Password#1 -Cx changekey " results in the error message "Unknown command" followed by usage output.
This command works correctly on Debian Sid (Lenny+1).
Could be due to conditional preprocessor code at line 828?
#if defined(HAVE_OPENSSL_DH_H) &&...
2007-10-24 01:20:20 UTC in net-snmp
-
net-snmp-5.4.1-ssl-3.win32.exe (with Win32OpenSSL-0_9_8e.exe).
Executing "snmppasswd -v 3 -l authNoPriv -u admin -a sha -A Password#1
-Ca passwd " results in the error message "Unknown command"
followed by usage output.
This command appears to work correctly on Debian Sid (Lenny+1).
Not sure what the issue is here. Looking at the source code, I can't see...
2007-10-24 01:20:02 UTC in net-snmp
-
net-snmp-5.4.1-ssl-3.win32.exe (with Win32OpenSSL-0_9_8e.exe).
Executing "snmpusm -v 3 -l authNoPriv -u admin -a sha -A Password#1 -Cx changekey " results in the error message "Unknown command" followed by usage output.
This command works correctly on Debian Sid (Lenny+1).
Could be due to conditional preprocessor code at line 828?
#if defined(HAVE_OPENSSL_DH_H) &&...
2007-10-24 00:54:16 UTC in net-snmp