Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - mjb123

Pages: [1]
1
Technical support / XServer Java Applet
« on: June 08, 2006, 09:56:56 AM »
Can I communicate and control using XML?  Can I use other protocols such as telnet?   How do I transfer java applets to the XServer?

2
Technical support / Displaying time on display
« on: June 07, 2006, 12:42:38 PM »
When I display the time on the display, I get unusual hours, minutes and seconds appearing. (hour = 94).  

H=TIME[1]+1
if h>24 then h=0
endif
SETLCD 4,1,"HE: " + STR$(H)

overflow?

Pages: [1]