I have not had any problems like that before. Let me try the code and see how it goes. Cheers Dave
Hi melka, The dotnet sockets looks REALLY easy nice work… I just ordered an Arduino so I am looking forward to having play myself. Cheers Dave
You can easily use python to read the serial port and communicate with Max via COM I dont no if dotnet has sockets to use for communication… But it sh…
Hi suvakas, I you want to load (or save) XML I wrote a couple of small stucts for doing so. I posted them in the Python thread (as there is python ve…
TheIvIaxx: I assume this is max 9+ As for SQLObject, i have my reservations about it and SQLALchemy. What benefits does it provide over using SQL…
Hi Guys, XMLObject is very cool, I love SQLObject to… While we are talking about XML here is XMLClass(s) that I use all the time, I have also recreat…
erilaz: Thanks Dave, really appreciated. This should be wikied! Agreed, I have to get off my @ss and get this stuff written up Cheers Dave
Ok just wipped up some small examples of using pyro for networking. First up the server: “”” Simple Pyro Example. Here is the ‘Server’ code…
Yep thats me!
Hi erilaz, Yeah I did and it worked really well. I will post the code shortly, all of the networking was handled by pyro. Cheers Dave
I don’t think it would be impossible, it would just require allot of reverse engineering. I recall the C++ example but I have been unable to get it to…
Did you register the maxes COM server while logged in with Admin rights? I have found that if you register the com server without admin rights you wil…
Yes, it only works when max is calling a COM object. If you are calling maxes com server the most recently opened max takes focus, I have not found a …
Hi CyHiSo, Did you register the com service from max? Cheers Dave
Mark Lutz’s books are really good I have two of them on my desk all the time… I also like Core Python by Wesley Chun. Cheers Dave