PSC usb version
FireHopper
Posts: 180
is anyone working on a mac version of the drivers and the servo control program? I'm going to be going to a convention and using the psc in my costume. and I do not have the room to take my big pc along, and I do not have a pc laptop. I have a mac laptop that will be going along to program the basic stamp, but I'd like to have a usb controller program along to find endpoints if I need to adjust them.
let me know [noparse]:)[/noparse]
let me know [noparse]:)[/noparse]
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
There is a Mac version of the FTDI driver, but you have that already as part of MacBS2.· You could write a program for the Mac in any Mac language you're familiar with that supports serial I/O·and use that to directly drive the USB PSC.· The serial PSC manual will give you the formats of the various commands.
I thought it was something like this.
data = the number your tryin to convert
high = high byte
low = low byte
high = int (data/256)
low = data - (high*256)
correct me if I'm wrong.
only other problem is that I can't program the mac anyway due to being unable to program in C/C++, I only know basic, and cant afford realbasic for the mac yet.
·
There's a free Basic interpreter for the Mac called "Chipmunk Basic". It includes serial I/O support. Do a web search for it.
·