Hi, I'm an artist who uses programming in multimedia work. I have limited experience with python and with java. At the moment i'm trying to get data from a weather meter to use as input for an animation. The device has two optical ports on the back, and when in 'download mode' sits in a cradle (with electronics inside) that has a serial output. I have a Keyspan USA-19HS attached to the serial port, and plugged into my Santa Rosa MBP via usb port.
I have been given authorised access to a copy of the protocol that the unit uses. It uses an ASCII protocol and comma separated output values. It operates at 9600 baud, 8 bit data, 1 stop bit and no parity. Full duplex. No hardware or software handshaking.
I'm wondering if pySerial is the right approach in order to set up a connection via the terminal and send the unit the right signal to download the logged data?
any comments and advice would be greatly appreciated,
cheers
Mart
I have been given authorised access to a copy of the protocol that the unit uses. It uses an ASCII protocol and comma separated output values. It operates at 9600 baud, 8 bit data, 1 stop bit and no parity. Full duplex. No hardware or software handshaking.
I'm wondering if pySerial is the right approach in order to set up a connection via the terminal and send the unit the right signal to download the logged data?
any comments and advice would be greatly appreciated,
cheers
Mart