I know this is an old thread as I've been using the archives, but did anyone ever get the comport object to work in Windows?(2000)
I thought I had it, but it couldn't create. The .dll was there and everything! (you can tell I'm a beginner).
Also, what does the serial object do, and is there a help for it somewhere that I am missing?
Many thanks, Elise.
-----Original Message----- From: Justin Maynard ender@projectroom.com To: Yogi girdhy@rpi.edu; 'PD-List' pd-list@iem.kug.ac.at Date: 20 May 2002 15:38 Subject: Re: [PD] serial port
http://iem.kug.ac.at/pdwiki/index.php?ComPort
Works well under Linux, I've been unsuccessful under windows.
I'm currently having good success using ComPort external and PD for controlling Video Matrix Switchers.
Justin Maynard
At 02:14 AM 18/05/2002 -0400, Yogi wrote:
Hi can cnaybody tell me how can I get input form the serial port in my pc in Pd?
Thanks a lotttt
-yogi
elise writes:
I know this is an old thread as I've been using the archives, but did anyone ever get the comport object to work in Windows?(2000)
Ok I made now a compilation for win2000 see
http://iem.kug.ac.at/ritsch/programmier/pd_externals/
and also
http://iem.kug.ac.at/pdwiki/index.php?ComPort
please test and report.
I thought I had it, but it couldn't create. The .dll was there and everything! (you can tell I'm a beginner).
Also, what does the serial object do, and is there a help for it somewhere that I am missing?
ok i made a comport.bat file (please edit path to your pd), just start it and there should be the comport-test patch opening the comport in COM2
(if it tells rxerrors dont worries the first byte couldnt be read)
if it doesnt, maybe you have no rights to use the serial device (call your system operator ... ;-))...
i cant think of anything else going wrong.
My test which worked:
I put a serial cable (crossed out) between COM1 and COM2 and startet Hyperterminal in Utilities and opened it on COM1 with 9600 baud no handshake.
then open the spigots and type somthing in the hyperterminal it should outout with print on the pd console.
select PD Patch window and type something it should be readable on the hyperterminal.
thats it.
hope you success and dont forget to report...
mfg winfried