Version 1.0.8

Notes and download links for all version 1 releases
Post Reply
User avatar
admin
Site Admin
Posts: 231
Joined: Tue May 11, 2010 6:30 pm

Version 1.0.8

Post by admin »

There's a new improved COM Port component in this release. This replaces the Com Port Send and Comp Port Receive components that we had previously. With the new component you can choose whether the data is strings or hex. If you don't specify a terminator it no longer defaults to zero, instead the data is output one byte at a time.

The Network components also now have a hex option and the Network Client component can now receive data back from the server it is connected to.

Details of all changes:

- New COM Port component
- Improvements to the Network Server and Network Client components
- Fixed several bugs with the component disabling
- Added a square root function to the code component: sqrt(x)
- New Int and String Stack and Queue components to add to the Float ones
Post Reply