CommodoreServer @38400 Baud
#5
I have the exact same problem.

I wrote  a little C program to chain all the steps together so that I could change the settings quickly but its more or less the same with all combinations.

Code:
ser_open(&serialParams);
   
   // Enable serial
   ser_ioctl(1, NULL);
   get_wimodem_status();
   ser_put_str("at&k1");
   ser_read_str(2000);
   ser_put_str("at*r0");
   ser_read_str(2000);
   ser_put_str("at*c0");
   ser_read_str(2000);
   ser_put_str("at*d0");
   ser_read_str(2000);
   //ser_put_str("at&c1");
   //ser_read_str(2000);
   ser_put_str("at*b38400");
   ser_unload();
   if (cbm_load ("v-1541.38k", getcurrentdevice (), NULL) == 0) {
      printf ("V-1541.38K failed to load\n");
      return 0;
   }
   else {
      printf ("V-1541.38K loaded ok\n");
      __asm__ ("jsr %w",0xc000);
   }
   __asm__ ("jsr 64738");
The Workshop -  http://home.reidspace.com/ 

Reply


Messages In This Thread
CommodoreServer @38400 Baud - by fuzzybad - 02-11-2017, 10:13 AM
RE: CommodoreServer @38400 Baud - by admin - 02-11-2017, 05:29 PM
RE: CommodoreServer @38400 Baud - by fuzzybad - 02-11-2017, 09:17 PM
RE: CommodoreServer @38400 Baud - by fuzzybad - 02-13-2017, 09:43 AM
RE: CommodoreServer @38400 Baud - by Zeropage - 02-13-2017, 10:16 AM
RE: CommodoreServer @38400 Baud - by admin - 02-13-2017, 11:34 AM
RE: CommodoreServer @38400 Baud - by Zeropage - 03-10-2017, 09:51 AM
RE: CommodoreServer @38400 Baud - by admin - 03-10-2017, 05:48 PM
RE: CommodoreServer @38400 Baud - by Zeropage - 03-11-2017, 02:01 AM
RE: CommodoreServer @38400 Baud - by admin - 03-11-2017, 09:30 AM
RE: CommodoreServer @38400 Baud - by Zeropage - 03-11-2017, 09:38 AM
RE: CommodoreServer @38400 Baud - by admin - 03-11-2017, 12:49 PM
RE: CommodoreServer @38400 Baud - by Zeropage - 03-11-2017, 03:02 PM



Users browsing this thread: 1 Guest(s)