Page 1 of 1

serial port read (mac osx)

Posted: Sat Feb 06, 2010 10:24 pm
by net23
Hello everyone

I am using a serial port to communicate with a serial USB device

it is ok but what are the speed acceptable with revolution ?

it seems that 115200 baud doesnt work ... the same test with perl is ok ...

were could i find a full description of serialControlString parameters (i need the list of all speed accepted)

thanks in advance

Re: serial port read (mac osx)

Posted: Tue Mar 02, 2010 9:55 am
by Mark
net23,

Why do you think that speed it the problem? have you tried a small number, such as 900, 1400 or 3200?

Best,

Mark

Re: serial port read (mac osx)

Posted: Wed Mar 03, 2010 10:28 am
by net23
Hello, thanks for the answer.

yes it is ok with smaller speed and with another device and com are ok
the device i want to use need this speed and work on the same computer with a little perl program.
when i choose this speed i got no error when opening device but it seems that no data are getting back.
I will borrow a digital scope to check what appening on the harware side :-)

have a nice day

Net23