Monday, June 30, 2008
Arthropod + Serial Port can be bad
Monday, June 30, 2008
I'm running Arthropod within an application that runs a socket connected to a socket server serving up data via a serial port connection.
Every now and then my messages coming in over the socket seem to get stomped on. Meaning I get NaN for somethings, etc. The message is always delivered, but the contents are wonk.
Without including the class, things work great. I don't know if it's because localConnection and the socket running at the same time equals wonkiness or not, but I thought I'd put this information out there.
For now I'll have to debug via other means (perhaps my own debug class that uses simple statements to print out to an application GUI element within the application itself instead).
Every now and then my messages coming in over the socket seem to get stomped on. Meaning I get NaN for somethings, etc. The message is always delivered, but the contents are wonk.
Without including the class, things work great. I don't know if it's because localConnection and the socket running at the same time equals wonkiness or not, but I thought I'd put this information out there.
For now I'll have to debug via other means (perhaps my own debug class that uses simple statements to print out to an application GUI element within the application itself instead).
Comments:
There are currently 0 Comments:

