Re: serial port problems

2010-11-08 Thread Bob Sneidar
Okay, this may be unrelated, but I have a setup that was using Parallels 4 under Snow Leopard. The guest OS was Windows Server 2003, and the software in Windows was MusicMaster, which (and here's the important thing) was using a USB key to authenticate a certain number of users accessing Server

serial port problems

2010-11-07 Thread Larry Walker
I am trying to read data from a serial port (using a USB-serial adaptor). I am on a MacBook Pro running 10.5.8, using LiveCode 4.5, and Prolific model 2303 USB-serial adaptor. The following code does not work: on mouseUp put modem: into usbSerial put empty into field Field open

Re: serial port problems

2010-11-07 Thread Erik Schwartz
I have had problems with 4.5 and serial comms. I have not had time to diagnose it properly. I just regressed back to use 4.0 until the bugs in 4.5 get dealt with (kind of annoyed that I paid for the upgrade I can't use yet though). I hope you get it figured out. Erik On Sun, Nov 7, 2010 at

Re: serial port problems

2010-11-07 Thread J. Landman Gay
On 11/7/10 9:18 AM, Larry Walker wrote: I am trying to read data from a serial port (using a USB-serial adaptor). Glad to see this here Larry. Just to fill everyone in, Larry and I have been going around with this issue for about a week in the tech queue without success (and I really

Re: serial port problems

2010-11-07 Thread stephen barncard
I think that the no-name adaptor might be a problem. I've successfully used the KEYSPAN adaptor with Rev recently with version 4. I have not tested the KEYSPAN with 4.5. search google for

Re: serial port problems

2010-11-07 Thread Sarah Reichelt
On Mon, Nov 8, 2010 at 1:18 AM, Larry Walker la...@walkerenergysystems.com wrote: I am trying to read data from a serial port (using a USB-serial adaptor). I am on a MacBook Pro running 10.5.8, using LiveCode 4.5, and Prolific model 2303 USB-serial adaptor. The following code does not work: