Capturing data from a Serial Port
Posted: Thu Jan 30, 2014 4:31 am
Hi Guys,
I am bringing in some Serial data from a scoreboard controller... and I am having trouble bringing it into LiveCode...
I read that the serial input is read from the COM port like reading a file...
I tried
But no luck... I have also had several LiveCode crashes while playing with the COM info... I have found some posts about Serial data in the forums... but no complete answer that helps me http://ftp.runrev.com/forums/viewtopic. ... 42&p=50853 for example.
Any help appreciated!
I am bringing in some Serial data from a scoreboard controller... and I am having trouble bringing it into LiveCode...
I read that the serial input is read from the COM port like reading a file...
I tried
Code: Select all
read from file "COM14" until empty
put it after field "SerialOutput"
Any help appreciated!