TMS RADical WEB: Debugging your code


TMS RADical WEB: Debugging your code
https://www.tmssoftware.com/site/blog.asp?post=441

Comments

  1. I am slowly getting my head around what you guys have achieved :). Looks great!.Is there any way for it to integrate with windows API's like say a comport driver or USB drivers and dll files?

    ReplyDelete
  2. In theory, because this runs in a browser, it could also run on a raspberry pi?

    ReplyDelete
  3. Brian Hamilton not only in theory ;) in practice too

    ReplyDelete
  4. Brian Hamilton afaik a browser has no access to serial ports, Google Chrome has a Bluetooth API though that we are researching to take advantage of

    ReplyDelete
  5. what about reading in say a text file (i.e as a raw data source from another program)..also what about web sockets or UDP ? :)

    ReplyDelete
  6. Brian Hamilton via a XMLHTTPRequest you could retrieve files. Access to web sockets should be possible. There are not yet Pascal wrappers around this at this time, but technically you can interface to existing Javascript code that deals with this. Eventually, we want to make this kind of functionality also available as Pascal components.

    ReplyDelete
  7. sounds great, just being able to read in a data file means its a good way to display data

    ReplyDelete

Post a Comment