Hi Jerome,
Ian has a goodies for serial I/O which add methods in the KenelLibrary,
one of this is precisely "getCommState: aHandle lpDCB: aDCB"
the links are:
http://www.iandb.org.uk/goodies4/serial.htmhttp://www.iandb.org.uk/goodies3/serialcomms.htmhttp://www.iandb.org.uk/goodies2/serial.htmdepending of wich version of Dolphin you use.
While you are one Ian's web site take a look at the others goodies
and tutorials. I think there is a lot of good code example to learn
Dolphin Smalltalk.
Have a nice day.
Alain
"Jerome Chan" <
[hidden email]> a écrit dans le message news:
[hidden email]...
> I'm trying to implement a serial port class in order to learn how
> Dolphin interfaces with the win32api. I can't seem to find a method for
> GetCommState in the KernelLibrary class. How do I go about calling
> KernelLibrary from Smalltalk?